The Basic Commands

DATA/DATAFILE/PLOTFILE (P) - specifies data file to be plotted, sets up default plotting limits, axis intervals etc. Must be followed by: input file name. If the name given can't be found then ROBOT will also try adding a ``.dat;SPMquot; to the end.
GOPLOT (G) - tells ROBOT to plot data.
END (E) - terminates the program.
FILE (F) - read commands from specified file instead of direct user interaction. Argument: file name. Note that files can contain the FILE command themselves. This gives a limited subroutine like ability. If the file name specified can't be found as given, ROBOT will try adding a ``.rob'' to the name.
RETURN - return to reading ROBOT commands from the default input instead of the current file.
You may add a comment to your ROBOT instructions by typing # or ! before your comment after a ROBOT command (see examples). Comments may, in general, be added to arguments.