Owner's Manual
66
LET
Line # LET variable = variable expression
The variable expression is calculated and the result is stored under the variable. The word
LET is optional.
Examples:
40 LET SUM=A+B+C
25 LET AMOUNT=PRICE-DISCOUNT
LIST
LIST (optional line number)
LIST is used to display the active program. If the optional line number is omitted, the
program will be displayed from the first line onward. If the line is longer than 20 characters,
you must use (picture of the Right key) to move to the right. To continue the LISTING
press the Enter key. To discontinue the LISTING press the 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.