TurtleRight Command
- TurtleRight( <Turtle>, <Angle> )
-
The turtle turns to the right by a given angle.
TurtleRight(turtle, 1)
turns the turtle to the right by 1 rad, if Pause button is displayed. Otherwise you must press the Play button so that the rotation is effected.
If you enter |
See also Turtle, TurtleBack, TurtleForward and TurtleLeft commands. |