introvoyz041's picture
Migrated from GitHub
a2a15a2 verified
raw
history blame contribute delete
191 Bytes
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