[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TurnLeft                 Rotates the Turtle to the Left

 TurnLeft(Angle : Integer);                                           [TG/TP]

    Rotates the turtle's heading counterclockwise by the indicated number
    of degrees. Therefore a positive Angle turns the turtle to the left
    the indicated number of degrees, while a negative Angle turns the
    turtle to the right.

           Angle    Amount (in degrees) to rotate turtle.

  -------------------------------- Example ---------------------------------

           TurnLeft(90);            { turtle now faces left from before }

See Also: TurnRight SetHeading Heading
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson