LIST
LIST (optional line number)
LIST is used to display the active program. If the optional line number is omitted
,
the first line of the program will be
displayed.
If the line is longer than 20
characters, you must use
->
to move to the right. To continue the LISTING
press the ENTER key. To discontinue the LISTING press SHIFT and BREAK
keys.
Examples
:
LIST
LIST 50
NEW
NEW erases all program lines from the active program area.
PRINT
Line
#
PRINT expression and/or character string
The PRINT statement is used to produce output on the display panel. The PRINT
command will print one or several items - either expressions or strings. Each
item in the list should be separated by a comma or a
semicolon.
Example:
80 PRINT
NAME$;
"IS COMING"
230 PRINT "SUM="
;
A+B+C
READ AND DA TA
When it is necessary to enter a lot of information or data into the
computer,
using
the INPUT statement can be very time consuming
.
To help out use the READ
and DATA commands
.
47
Need help?
Do you have a question about the PreComputer 2000 and is the answer not in the manual?