QUIT
Terminates parsing the input file.
Type
AcuSolve Command
Syntax
QUIT {parameters}
Qualifier
This command has no qualifier.
Parameters
This command has no parameters.
Description
This functional command terminates reading (parsing) the input file.
ANALYSIS {
title = "test problem"
}
...
QUIT # check the commands read up to this point
...
This command is typically used for debugging. Note that the RUN command, which is typically placed at the end of a file, also terminates the parsing of the input file. EXIT may also be used as an alternative command name for QUIT.