| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (LD) |
| Hex equivalent: | "@040A@" |
| Discussion: |
Line delete.
The (LD) control code deletes a single line from the video display. All lines below the current cursor position are moved up one line overwriting the entire cursor line. A blank foreground line is inserted at the bottom of the screen. The cursor is inserted at the beginning (left side) of the just-inserted blank line. |
| Example: |
a. 100 FORMAT (LD) . PRINT (0,100) b. PRINT (0) (LD) |