myself
Description:
During a count-turtles-with
command, myself
reports the who number of the turtle which called it.
Examples:
count-turtles-with [(distance xcor-of myself ycor-of myself) < 5]
counts all turtles within a radius of 5 units of the caller.
Related Commands:
count-turtles-with
list-of-turtles-with
one-of-turtles-with