7 lines
228 B
Text
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"""
|