u command (Editor processor)

The u command moves the line pointer up a specific number of lines from the current position.

Syntax

 unumber.lines

Parameter(s)

number.lines Number of lines to move up.

Description

The u command, followed by pressing Enter, re-displays the current line.

Example(s)

 014 print customer-ID
 .u3
 011 ‘‘ begin main logic