Type this in EDIT mode (Minus the comments after ') CLS 'This command clears all text from the screen. @LOOP 'This acts as a marker, and we can make the code come back here later PRINT "HELLO WORLD!" 'This will make the words in the quotes appear on screen GOTO @____ 'Fill in the blank! You want this command to return to the @ earlier in the code!