RSET
I RSET field name = data
Statement
I
RUN
Sets data
in
a direct-access buffer field name.
This statement
is
similar
to
LSET. The difference
is
that with RSET,
data
is
right-justified
in
the buffer.
See LSET for details.
Statement
RUN
[line]
RUN filespec[,
R]
Runs a program.
RUN
followed
by
a line or nothing
at
all
simply executes the program
in
memory, starting
at
line or at the beginning of the program.
RUN
followed
by
a filespec loads a program from disk and then runs
it.
Any resident BASIC program
is
replaced
by
the new program.
Option R leaves all previously OPEN files open.
If
omitted, BASIC
closes all open files.
RUN
automatically CLEARS
all
variables. However, it does not re-set
the value of
an
ERL variable.
2-157