this
Returns the current turtle instance.
Example:
to task print "|queued job| end ;insert the task into the current turtle's queue: task @ this repeat 3 [print repcount]
Output:
1 2 3 queued job
See also:
Turtle - object
Table of Content