list-of-breed-towards
angle distance
Parameters:
angle |
Number |
angle from the caller |
distance |
Number |
distance away from the caller |
Description:
Returns a list of the who numbers of the turtles of the breed specifed by breed
at the patch angle away at angle distance from the caller.
Examples:
list-of-frogs-towards 0 1
returns a list of the turtles of breed frog directly ahead and one patch away from the caller.
list-of-cars-towards 90 5
returns a list of the turtles of breed cars 90 degreses to the right and five patches away from the caller.
Related Commands:
list-of-breed
list-of-breed-towards-with
list-of-turtles-towards