n Command (Editor Processor)

The n command positions the line pointer down a specified number of lines from the current position. Followed by pressing ENTER, the n command redisplays the current line.

Syntax

n{number.lines}

Parameter(s)

number.lines

Specifies the number of lines from the current position the line pointer is positioned.

Description

n1 is the same as pressing ENTER in Editor.

Example(s)

n

014 print customer-ID

.n4

018 print

See Also

b Command, Error Messages, g Command, l Command, Editor Overview, t Command, Using the Enter Key