LLIST
Format:
LLIST
LLIST expr
LLIST expr, expr
Supported by: Pecom 32 BASIC, Pecom 64 BASIC 1.0 and 4.0
Similar commands:
Quest Super BASIC 5.0 and 6.0: PLIST
This statement is the same as LIST except output will be send to the printer (if connected) and to the screen.
The statement (list the program), with no expression, will list the entire program in user space. If one expression is given, only one line, the number of which corresponds to the value of the expression, will be listed. Likewise, if two expressions are given and separated by commas, the listing will start and end at the respective lines corresponding to the values of the expressions. If, at any time, an expression evaluates to a number which is a nonexistent line number, then the line with the nearest line number after the non-existent line will be listed.