Statements
MOVE source TO
destination
OPEN #stream, channel
PRINT # stream.
SAVE C+ channel options
Moves data from the source to the destination.
The source and destination may be either stream
numbers or channels.
The command only terminates when an end of
file marker is encountered in the source: thin can
only happen if the source is either a network or
Microdrive channel or else a stream linked to one.
If the source or destination is a channel then it
is effectively opened first and closed afterwards.
Links the specified channel to the specified
stream in order to allow BASIC input or
output to that channel. The stream must
previously be closed or opened to k, s or
p,
Outputs the print sequence (. .) to the
specified stream. The stream must previously
have been opened to an outp”t channel.
The print sequence has the same syntax as
before, and may contain further # tokens.
Saves the program, data or code to the specified
channel. Only the channels “b”, “II” or “m”
may be used.
All the options available with SAVE are available
with SAVE*.
VERIFY
-X channel options The
same as LOAD above except that data is not
loaded but is compared with the data already
there.
57