You can also modify where the text shows up with LOCATE X,Y (Example) LOCATE 50,3 PRINT "Hello world!" Next, there is CLS, ACLS, and GCLS. CLS clears text from the screen, ACLS clears everything from the screen, and GCLS clears sprites from the screen. (Example) CLS LOCATE 50,3 PRINT "Hello world!" Then there is : (semicolon), Which basically lets you put a bunch of commands on one line.