RosettaCodeData/Task/Terminal-control-Preserve-screen/BBC-BASIC/terminal-control-preserve-screen.basic
2023-07-01 13:44:08 -04:00

7 lines
228 B
Text

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"""