introvoyz041's picture
Migrated from GitHub
a2a15a2 verified
raw
history blame contribute delete
209 Bytes
10 REM "STOP and CONT example"
20 REM ""
100 A=10
110 PRINT "A=", A
120 PRINT "Going back to interactive mode"
130 PRINT "Change A if you like"
140 STOP
150 PRINT "Back to run mode"
160 PRINT "A=", A
200 END