10 REM "Debug mode settings" 20 REM "" 100 PRINT "Runtime debug a BASIC program" 110 SET 0,1 120 FOR I=1 TO 4: PRINT I : NEXT 130 SET 0,0 140 PRINT "For more features of SET -> Wiki" 150 END