LOAD RUN


General Form:

LOAD RUN [#stream,] program_name

The LOAD RUN statement is used to clear all program text and variables from memory then load and execute the specified program.

If no program name is specified then the a default program name of START is used.

Syntax examples:

LOAD RUN
LOAD RUN "PROG1"

See also:

LOAD