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 Pause button is displayed. Otherwise you must press the 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. |