lt

Help Contents Graphics Relative Turtle Motion lt
left right

left degrees
lt degrees


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

Examples:

lt 90
fd 100
lt 180
fd 100
lt 45
fd 100
lt 135
fd 100
lt 45
fd 100

Examples:

References:

left right