Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(Restore Screen)

Mnemonic: (Restore Screen)
Hex equivalent: "@040004@"
Discussion: This mnemonic restores a screen display that has been previously saved with the (Save Screen) mnemonic.
Example:
a. 100 FORMAT (Restore Screen)
   .
   PRINT (0,100)

b. PRINT (0) (Restore Screen)