English
Language : 

NSB8 Datasheet, PDF (27/158 Pages) List of Unclassifed Manufacturers – BASIC interpreter for Z80 family
ITALIAN TECHNOLOGY
grifo®
LIST
COMMAND:
LIST
LIST <line number interval>
LIST <device number expression>
LIST <device number expression>, <line number interval>
ACTION:
Prints the text of the current program. The optional device expression is formed by following a cross-
hatch (#) with a single digit from 0 to 7, corresponding to an active output device. If no device is given,
device #0 (the console terminal) is assumed. If the line number interval is specified, only the program
lines numbered within that interval will be listed. The interval is formed as follows:
<single line number>
only the specified line number will be listed.
<single line number>,
all lines from the specified line number to the end of the
program will be listed.
<line number>, <line number> all program lines from the first specified line number to
the second will be listed.
If no interval is given, the entire program will be listed.
EXAMPLES:
LIST
LIST 1000
LIST 30,
LIST 100,200
LIST #1
LIST #3, 30,700
REMARKS:
The 2nd line number in the interval (if given) should be greater than or egual to the first.
For the convenience of users with CRT screens, the program listing may automatically be “paged”.
Refer to section PERSONALIZING BASIC for details.
ERROR MESSAGES:
LINE NUMBER ERROR
One or both of the lines specified in the line number interval do not exist within the current program.
OUT OF BOUNDS ERROR
One or both of the line numbers specified in the line number interval do not lie in the range 0 to 65535.
NSB8
Rel. 5.10
Page 15