Turtle, Patch

list-of-breed-here-with [condition]

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

Description:
Returns the a list of the turtles of the breed specified on the caller's patch that meet the condition specified in [condition].

Examples:
set blue_balloons list-of-balloons-here-with [color = blue] will set the variable blue_balloons to a list of all of the blue turtles' who numbers of the breed ballons that are the same patch as the caller.

Related Commands:
list-of-breed-at-with list-of-breed-here list-of-breed-towards-with list-of-turtles-here-with