Purpose
Close the program.
Syntax
QUIT [REPLACE | NOAVE | PROMPY ] @
Arguments and Subcommands
PROMPT
Prompt before saving the session files when Epicure is closed. With this option you can save the session files in the current directory with the default session name, or you can change either the session name or directory, or you can choose not to save the session files.
This is the default option.
REPLACE
Save the session files in the current directory on exit without prompting.
NOSAVE
Exit without saving the session files. Session files with the same name will not be affected when this option is used.
Remarks
Unlike the END or STOP commands, which stop computations but leave the program running, QUIT causes the program to close. This command is useful when the program is run from the command line using an input script and you want the program to close when the script is done.