heading
Description:
Returns the direction that the turtle is facing, or if a patch calls it, the direction that one of the turtles on that patch is facing.
Examples:
if heading = 0 [setc blue]
Commands the caller to set its color to blue if it is facing straight up.
Related Commands:
heading-at
heading-of
heading-towards
setheading
who