Table of Contents

Advertisement

100
CHAPTER 6 Command Reference
RUN
Function:
[Execution Start Line)
line No
.
Program execution.
Parameter:
Starting line number:
1
<::::
line number
<
10000
Explanation:
1) Executes a program from a specified line (when the line number is omitted,
execution starts from the beginning of the program).
2) When a specified line number does not exist
,
execution starts from the line
with the closest larger number.
3) Variables are not cleared.
Example:
10 PR INT ''LINE
10"
20 PR INT "LINE
20''
30
END
RUN
~
RUN
20
~
L
H~E
10
L
H~E
20

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents