right

Help Contents Graphics Relative Turtle Motion right
left rt

right degrees
rt degrees


turns the turtle clockwise by the specified angle, measured in degrees (1/360 of a circle).

Examples:

rt 90
fd 100
rt 180
fd 100
rt 45
fd 100
rt 135
fd 100
rt 45
fd 100

Examples:

References:

left rt