breed number [list of commands]
Creates number turtles of type breed and tells them to do [list of commands].
number
[list of commands]
NOTE: Most users will use create-foxes-and-do directly intead of using cct-and-do.
Examples: cct-and-do foxes 5 [fd 3] would create 5 foxes and make them all move forward 3 steps.
cct-and-do foxes 5 [fd 3]
Related commands: cct hatch