[condition] [list of commands]
Chooses a turtle based on the following [condition] and runs the commands specified in [list of commands]
[condition]
[list of commands]
Examples: one-of-turtles-with [color = red] [setc blue] chooses a red turtle and changes its color to blue
one-of-turtles-with [color = red] [setc blue]
Related commands: one-of-frogs-with