Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
U - Up (Editor) (m618503+u.htm)
Decrements the line pointer by n lines, and then lists the new current line.
U{n}
n is the number of lines to decrement.
If n is zero or omitted, the current line is listed.
The message Top
is displayed if the line pointer is at the beginning
of the item.
:EDIT FILE1 ITEM1
|
List command. List the first 99 lines in the item. Item has only 6 lines, so entire item is listed. Null command. Because current line pointer is at EOI, the first line is listed. Null command. Lists next line. N command. Moves down 2 lines and lists line. U command. Moves up 2 lines and lists line. |