•
LRUN
will
load and
run
a SuperBASIC program from a specified device. LRUN
will
perform
NEW
before loading another program and
so
any
previously stored SuperBASIC
program
will
be cleared by LRUN.
If
a line input dUring a loading has Incorrect SuperBASIC syntax, the word MISTAKE
IS
inserted between the line number and the body
of
the
line.
Upon execution, a line
of
this
sort
will
generafe
an
error.
LRUN
devices
Microdrives
•
syntax:
example:
LRUN
deVice
I.
LRUN
mdv2
TEST
ii.
LRUN
mdv1 game
•
MERGE
will
load a
file
from the speCified device and Interpret
it
as
a SuperBASIC
program.
If
the new
file
contains a line number which doesn't appear
In
the program
already
in
the OL then the line
will
be added.
If
the new
file
contains a replacement
line for one that already
exists
then the line
will
be replaced.
All
other old program lines
are
left
undisturbed.
If
a line input during a MERGE has incorrect SuperBASIC syntax, the word MISTAKE
IS
inserted between the line number and the body
of
the
line.
Upon execution, a line
of this sort
will
generate
an
error
MERGE
devices
Microdrives
syntax:
example:
12/84
MERGE device
i.
MERGE
mdv1
over
lay
program
ii.
MERGE
mdv1 new
data
35