- FD 100 - Forward 100 (moves forward 100 steps)
 - BK 100 (moves backwards 100 steps)
 - RT 90 (turns right 90 degrees)
 - LT 90 (turns left 90 degrees)
 - CS (clear screen)
 
You will notice that lots of logo commands need to have a number added after a space.
For example: FD 100
The number indicates how far to move or turn.