Front | Back |
Forwards 100
|
FD 100
|
Backwards 100
|
BK 100
|
Right turn 90o
|
RT 90
|
Left turn 90o
|
LT 90
|
Pen up
|
PU
|
Pen Down
|
PD
|
Set the pencolour to 2
|
Setpc 2
|
Set the fill colour to 3
|
SETFC 3
|
Change the pensize to 10 wide and 10 high
|
Setpensize [10 10]
|
Clear the screen
|
CS
|
Fill the screen with colour
|
Fill
|
Use repeat to make a circle
|
Repeat 360 [ fd 1 rt 1 ]
|
Start a procedure
|
EdAll
|
End a procedure
|
End
|