VTech Precomputer Power Pad Plus Games User Manual


 
62
Examples:
35 INPUT AMOUNT
140 INPUT “WHAT IS YOUR NAME”;NAME$
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-on. If the line is longer than 20 characters,
you must use Right Arrow 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