Let's start with the basics. PRINT - Prints whatever you want on the screen. (ex. PRINT "Hello World!") The word you want to print has to be in quotations! LOCATE X,Y - Moves your print. (ex. LOCATE 10,15 PRINT "Hello World!") WAIT - Waits an amount of time to go to the next line. (ex. WAIT 200) ACLS - Clears the whole screen. CLS - Clears just the text.