PLIST
Format:
PLIST
PLIST expr
PLIST expr, expr
Supported by: Quest Super BASIC 5.0 and 6.0
Similar commands:
Pecom 32 BASIC, Pecom 64 BASIC 1.0 and 4.0: LLIST
This statement is the same as LIST except output will be send to the printer (if connected).
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.
The small printer driver routine is intended to operate with the LRC 7000 dot matrix impact printer or similar Centronics type parallel interface. The interface uses EF3 and port 3. The address of this printer routine is found on page 00 at location E9 and EA in case one might want to either modify the routine or create his own.