TurtleLeft Command

TurtleLeft( <Turtle>, <Angle> )

The turtle turns to the left by a given angle.

TurtleLeft(turtle, 1) turns the turtle to the left by 1 rad, if Animate Pause.png Pause button is displayed. Otherwise you must press the Animate Play.png Play button so that the rotation is effected.

If you enter TurtleLeft(turtle, 1°) the turtle turns to the left by 1 degree.

See also Turtle, TurtleBack, TurtleForward and TurtleRight commands.