Turtle, Observer, Patch

list-of-turtles-with [condition]

Parameters:
[condition] List of commands list of commands that evaluates to true or false

Description:
Returns a list of the who numbers of the turtles satisfying condition.

Examples:
list-of-turtles-with [color = red] returns a list of the who numbers of the red turtles.

Related Commands:
list-of-breed-with list-of-turtles list-of-turtles-here myself one-of-turtles-with