[condition] [list of commands]
This observer command asks turtles satisfying [condition] to run the [list of commands].
[condition]
[list of commands].
Examples: ask-turtles-with [color = red] [fd 1] tells all red turtles to move forward one step.
ask-turtles-with [color = red] [fd 1]
Related commands: ask-patches ask-patches-with ask-turtles