a2a15a2
1
2
3
4
5
6
7
8
9
10
11
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