Turtle
who
Description:
Returns the who number (ID number) of the turtle.
Examples:
if who = 1 [fd 1]
commands all turtles to check if they're turtle 1, and if so, move forward 1 step.
Related Commands:
breed
color
heading
shape
xcor
ycor