create-and-do, create-turtles-and-do number [list of commands]
Creates number turtles and tells them to do [list of commands] .
Examples:
create-and-do 5 [fd 3] would create 5 turtles and make them all move forward 3 steps.
Related commands:
crt hatch
|