BEEP 0-??? = A small sound will play based on what number was input (Can check all possible sounds in the smile screen) LOCATE X,Y,Z = Finds a location on the top display screen. X=Width Y=Height Z=Depth (The top left corner is 0,0,0) ?"Hello World" = A simpler version of PRINT:"Hello World" Can be placed after LOCATE X,Y,Z by using :?"Hello World" (Hello World can be replaced by your text inputs)