Turtle and Observer Command

sprout [list of commands]

Each patch creates a turtle, which then executes [list of commands].
NOTE: This command must be executed by patches, for example within an ask-patches statement.

Examples:

ask-patches [sprout [setc green fd 1]] asks each patch to create a turtle, which sets its color to green and moves forward 1 unit.

Related commands: