fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
EXIT
Syntax:
EXIT
Function:
EXIT instructs fpt to leave interactive mode and to complete all outstanding processing. The Fortran output files are written (unless suppressed by a NO FORTRAN command) and the list (fpl) file is completed and closed.
fpt prompts for confirmation before closing an interactive session. The commands EXIT UNCONDITIONALLY or UNCONDITIONAL EXIT terminate the session without prompting and are usually used in interactive command files.
QUIT instructs fpt to abandon processing immediately. All files are closed without generating further output.
Where to Use this Command
Operating system command line | No |
Configuration file, config.fsp | No |
Specification (fsp) files, *.fsp | No |
Interactively, to FPT> prompt | Yes |
Interactive command files | Yes |
Embedded in the Fortran code | No |
Examples
Terminating an interactive session:
FPT> exit Final exit from interact [yes/no]: y Output the Fortran Code [yes/no]: n $
See Also
Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.