MSW Logo Commands
MSW Logo uses simple commands to move the turtle around the screen ...

Forward 100 - moves the turtle forward 100 units
Back 50 - moves the turtle back 50 units
Right 45 - turns the turtle 45 degrees to the right
Left 90 - turns the turtle 90 degrees to the left
Home - Returns the turtle to its origin
ClearSceen - Erases the screen

Shortcut commands ...
The same commands can be issued using:

FD 100
BK 50
RT 45
LT 90
Home (ie no shortcut)
CS

NOTE: You don't need to use capital letters, but you DO need to leave a space between the command and the value. If you type in "FD100", MSW Logo will respond with: "I don't know how to FD100".

<- Back -Menu- Next ->