Radio Shack TRS-80 PC-3 Owner's Manual page 118

Table of Contents

Advertisement

Examples
111 "X": AREAD N
211 PRINT NA. 2
311 END
Entering "7
@
X" will produce a display of "49".
Notes:
1. When the display indicates PROMPT
(">")
at the start of program execution, the designated variable is cleared.
2. When the contents are displayed by the PRINT verb at the start of program execution, the following is stored:
Example: When the program below is executed;
10 "A": PRINT "ABC", "DEFG"
20 "S" : AREAD A$: PRINT A$
RUN mode
@
m
~
ABC
DEFG
@
W
~
DEFG
• When the display indicates PRINT numeric expression, numeric expression or PRINT "String", "String", the contents on the
right of the display are stored.
• When the display indicates PR INT Numeric expression; Numeric expression; Numeric expression ..., the contents displayed
first (on the extreme left) are stored.
• When the display indicates PR INT "String"; "String"; "String"..., meaningless contents may be stored.
118

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents