Turtle, Observer, Patch

list-of-breed-at-with xcor ycor [condition]

Parameters:
xcor Number number of steps in the x-direction from the caller
ycor Number number of steps in the y-direction from the caller
[condition] List of turtle commands list of commands that returns true or false

Description:
Returns a list of all of the turtles of the breed specified xcor units away in the x-direction and ycor units away in the y-direction from the caller that also satisfy [condition].

Examples:
set blue_balloons list-of-balloons-at-with 1 1 [color = blue] will set the variable blue_balloons to a list of the who numbers of all of the blue turtles of breed balloons one unit away in the x-direction and one unit away in the y-direction from the caller.

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