Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
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) |