| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (CS) |
| Hex equivalent: | "@05@" |
| Discussion: |
Clear screen.
The (CS) control code clears the entire screen to foreground blanks and moves the cursor to the home position. |
| Example: |
a. 100 FORMAT (CS) . PRINT (0,100) b. PRINT (0) (CS) |