Turtle, Observer, Patch

list-of-breed-at xcor ycor

Parameters:
xcor Number number of units away in the x direction
ycor Number number of units away in the y direction

Description:
Returns a list of the who numbers of the turtles of the breed specified by breed xcor units in the x direction and ycor units in the y direction away from the caller.

Examples:
list-of-frogs-at 1 1 returns a list of the who numbers of the turtles of breed frogs one unit to the right and one unit above the caller.

list-of-cars-at 3 5 returns a list of the who numbers of the turtles of breed cars three units to the right and five units above the caller.

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