fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
EXIT UNCONDITIONALLY
Syntax:
EXIT UNCONDITIONALLY UNCONDITIONAL EXIT
Function:
EXIT UNCONDITIONALLY instructs fpt to complete all outstanding processing without prompting the user for confirmation. The Fortran output files are written (unless suppressed by a NO FORTRAN command) and the list (fpl) file is completed and closed.
This command may be used to terminate interactive command files which carry out automated processes without user intervention. Note that the EXIT command prompts for confirmation and requires input from the user's keyboard.
The commands UNCONDITIONAL EXIT and EXIT UNCONDITIONALLY are equivalent.
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
! rw.fsp Removal of keywords from program sapphire sapphire.fsp ecolib.fsp aixlib.fsp % start interact rename ACTION SAPPACT rename INDEX INDX rename CONTROL CNTRL unconditional exit ! End of rw.fsp
See Also
Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.