editor.l.list
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
