The Logo Programming Langauge

Logo is a visual programming language. Type commands into the input and experiment. Draw shapes, have fun.

Read the book behind this: HTML, PDF

Alabhya Jindal

fd <steps>, bk <steps>

forward, backward

fd 50

rt <degrees>, lt <degrees>

right turn, left turn

rt 90

repeat <count> [commands]

repeat commands

repeat 36 [lt 10 pu fd 1 pd repeat 120 [fd 4 rt 3]]

pu, pd

pen up, pen down

ht, st

hide turtle, show turtle

ct

center turtle

cs

clear screen