G - Goto
Positions the line pointer at a specified line and then lists that line. Gn is identical to n.
Syntax
G{n}
Syntax Elements
n is the line to be pointed at and listed. If 'n' is omitted, zero is assumed, and the line pointer returns to the top of the item.
Messages
The message Top
is displayed if the line pointer is set to zero, and
the message EOI n
(where n is the last line
number of the item) is displayed if the pointer is set to the EOI.
See Also
B (Bottom), T (Top), n command.
Example 1
|
|
Example 2
|
|