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 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 TurtleRight(turtle, 1°) the turtle turns to the right by 1 degree.

See also Turtle, TurtleBack, TurtleForward and TurtleLeft commands.