A&S to add something to the code D&F to delete all of the code C&V to Show/Hide the Commands list Space to run the code List of Commands FD - Move forwards BD - Move backwards RT - Turn right LT - Turn left PD - Pen Down PU - Pen up JMP - Move to a certain part of the code CT - Center and align the turtle LOOP - Goes back to the start of your code END - Stops the script (you need to press the green flag to be able to use this project again) CLR - Clears the screen Example code: FD/10/ RT/90/ FD/10/ RT/90/ FD/10/ RT/90/ FD/10/ RT/90/ RT/5/ JMP/0/ Note: the slash character is required for the code to work
it is based on MSW Logo