


Two special keywords can be used to terminate the execution of a command file at once: RETURN causes a command file to be closed and branches to the INPUT mode, STOP (with an optional return code specification for LOAD) causes the component to be quit. Thus RETURN in the command file is equivalent to END RUN in the command line, and STOP in the command file is equivalent to EXIT in the command line.


