PC Logo Wiki
Advertisement

Syntax

LEFT number

LT number

Explanation

LEFT rotates the turtle left (counterclockwise) the number of degrees specified in its input. See also RIGHT.

Example

Pc logo 32

This is a LEFT command example. Its executes the "REPEAT 4[FORWARD 30 LEFT 90] command.

? REPEAT 4[FD 30 \

? LT 90]

?

Advertisement