END: --------------- Stops, or ends, your program. Example: CLS PRINT "Press space to stop end the program." DO LOOP UNTIL INKEY$ = " " END