| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (Show cursor) |
| Hex equivalent: | -- |
| Discussion: |
This mnemonic shows the regular cursor.
See Regular cursor display for more information. Also see (Hide Cursor). |
| Example: |
a. 100 FORMAT (Show Cursor) . PRINT (0,100) b. PRINT (0) (Show Cursor) |