IF HARDWARE THEN is a faster way to say IF HARDWARE!=0 THEN ("if hardware is not equal to zero then") ?"BLAH" is a faster way to say PRINT "BLAH" which adds text to the screen Likewise adding ; to the end of a print statement stops the program from making a line break Learn to use DEF Code inside a DEF statement does not get ran unless if you tell it to run