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

Table of Contents

Advertisement

1
RUN
2
RUN
expression
Abbreviations: R., RU.
See also: GOTO
Purpose
The
RUN
command is used to execute a program in memory.
Use
The first form of the RUN command executes a program beginning with the lowest numbered statement in memory.
The second form of the RUN command executes a program beginning with the lowest numbered line greater than or equal to the
value of the expression.
RUN differs from GOTO in five respects:
1) The value of the interval for WAIT is reset.
2) The display format established by USING statements is cleared.
3) Variables and arrays other than the fixed variables are cleared.
4) PRINT
=
PRINTstatus is set.
5) The pointer for READ is reset to the beginning DATA statement.
115

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents