REM: --------------- Allows notes to be put in your code. REM can also be used as a ' Example: CLS RANDOMIZE TIMER ' Randomizes Numbers rnd1% = INT(RND * 100) + 1 ' The randomizer PRINT rnd1% ' The Print Command END