📄 stop.bas
字号:
10 REM STOP.BAS -- Test STOP Statement
20 PRINT "STOP.BAS -- Test STOP Statement"
30 PRINT "If the program is interrupted after this line, STOP worked OK"
40 STOP
50 PRINT "But if this line printed, then it did not work."
60 END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -