Introduction MTB Statements File System Compiler Applications Reference Guide Index

Language Structure Data Division I/O Format Division Procedure Division Mnemonics

(LI)

Mnemonic: (LI)
Hex equivalent: "@040B@"
Discussion: Line insert.

The (LI) control code inserts a single line in the video display. The cursor line and all lines below the cursor line are moved down one line. The bottom display line is lost. A blank foreground line is inserted at the location of the original cursor line. The cursor is positioned at the beginning of the inserted blank line.

Example:
a. 100 FORMAT (LI)
   .
   PRINT (0,100)

b. PRINT (0) (LI)