| WHO | |
| Syntax | WHO |
| Explanation | WHO reports the list of currently active
turtles, bitmaps, and controls, as set by the TELL command. Turtle numbers are
reported, even if the turtles have been assigned names.
The list reported by TURTLENAMES
can help you match turtle names and numbers. The output
is either a list if there is more than one object
listening, or a word, if only one object is listening.
Use the .WHO command to obtain a
list regardless of the number of objects listening. See
also ASK, EACH,
SETTURTLES, TELLALL and TURTLES. |
| Example | |