File size: 191 Bytes
a2a15a2
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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