editor.l.list

Command/Editor, Releases: AP and R83

List lines.

Syntax

l{ }#lines

Description

lists a specific number of lines and increments the line pointer to the last line listed.

The 'p' (or 'p0') command defaults to 'l22' ('list 22 lines') each time the editor is invoked.

The line pointer is incremented to the last line listed.

Example

014 print customer.id
.l3
015 print
016 print customer.name
017 print customer.address

See Also

Command Name Type Description
editor.b Command Bottom
editor.g Command Goto line number.
editor.n Command Increment line pointer.
editor.t Command Top.
editor.u Command Up.
editor.introduction Introductory The line-oriented editor.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.