... which runs any commands within the loop. Place END when closing loop.
END = Closes a REPEAT loop. (Loops can be nested)
PEN x = Color of pen (0 - 9)
SETBG x = Color of background (0 - 9)
CS - Clear screen
CT - Center Turtle (Return to Home position)
RUN = Runs the current list of commands shown on screen
DELETE / DEL = Clears the command list
RESET = Clears commands and resets your Turtle
SAVE filename = Saves a png of the working graphic to your documents folder
QUIT