Primitives |
Argumentss |
Utilisation |
sturtle, setturtle |
a: number |
The turtle numero a is now the active turtle. By default on Xlogo startup the active turtle is the numero 0. |
turtle |
none |
Returns the numero of the active turtle. |
turtles |
none |
Returns a list which contains all the numero af the turtles actually on the screen. |
killturtle |
a: number |
Kill the turtle number a |
setTM, setturtlesmax |
integer |
Set the maximum number of turtles for multiturtle mode. |
tm, turtlesmax |
none |
Returns the maximum number of turtles for multiturtle mode. |