Halts a program. STOP - The STOP keyword also suspends trapping of events in these statements: Example: FOR i% = 1 TO 10 PRINT i% IF i% = 5 THEN STOP 'STOP pauses; F5 Continues. NEXT i% See Also