| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (RU) |
| Hex equivalent: | "@040A@" |
| Discussion: |
Roll up.
The (RU) control code moves the entire screen display up one line, rolling the top line completely off the screen. Inserts a blank foreground line at the bottom of the screen. Moves the cursor to the beginning of the inserted blank line (i.e., the lower left corner of the screen). See Roll Down (RD). |
| Example: |
a. 100 FORMAT (RU) . PRINT (0,100) b. PRINT (0) (RU) |