Turtle Command

grabbed?

Returns true if the turtle is currently grabbed by another turtle, otherwise false.

Examples:
if grabbed? [fd 1] makes all grabbed turtles move forward 1 step.

Related commands:
grab