English
Language : 

NSB8 Datasheet, PDF (33/158 Pages) List of Unclassifed Manufacturers – BASIC interpreter for Z80 family
ITALIAN TECHNOLOGY
grifo®
RUN
COMMAND:
RUN <line number>
ACTION:
RUN initiates execution of the current program. If the optional line number is included, execution
begins at that program line; otherwise, if no line number is specified, execution begins at the first line
in the program.
EXAMPLES:
RUN
RUN 100
REMARKS:
Any variables which were assigned values before RUN is used are cleared prior to starting the
program. This means that all numeric variables are reset to 0; existing strings and arrays are
destroyed, and will be initialized to spaces and zeroes, respectively, if and when created during the
execution of the current program. Note that any variables set in direct mode before the RUN will also
be cleared as a result of the RUN command.
ERROR MESSAGES:
NO PROGRAM ERROR
RUN was used before entering or loading a program.
LINE NUMBER ERROR
The optional line number included as part of the RUN command is not in the current program.
ARG ERROR
The optional argument is not a legal line number.
SEE ALSO:
Command CONT
Statement CHAIN
NSB8
Rel. 5.10
Page 21