TurtleRight- Turn the turtle to the right
Instruction that turns the turtle of R degrees to the right.
- TurtleRight(R)
Parameters:
- (float) R: Degrees of rotation to the right.
Description:
Use the TurtleRight instruction to turn the turtle of R degrees to the right. The R value can be a negative number, in which case the turtle will be turned to the left. The TurtleR constant contains the current orientation value.