Turtle Command
hatch [list of commands]

Turtles make exact copy of themselves, including their respective turtles-own variables and state variables. The copies then execute [list of commands].

Examples:

hatch [setc blue fd 1] has the caller make a duplicate of himself, and then the duplicate sets its color to blue and moves foward 1.

Related commands:
crt create-and-do