| editor | Index Level | l |
| Syntax | l{ }#lines |
| Category | Editor |
| Type | Command |
| 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. |
| Options | |
| See Also |
|
| Example |
014 print customer.id
.l3 015 print 016 print customer.name 017 print customer.address |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| editor | Index Level | l |