RosettaCodeData/Task/Terminal-control-Preserve-screen/BBC-BASIC/terminal-control-preserve-screen.basic

8 lines
228 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
PRINT "This is the original screen"
OSCLI "GSAVE """ + @tmp$ + "bbcsave"""
WAIT 200
CLS
PRINT "This is the new screen, following a CLS"
WAIT 200
OSCLI "DISPLAY """ + @tmp$ + "bbcsave"""