fpt and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Ref Manual Home |

UNCONDITIONAL EXIT

Syntax:

UNCONDITIONAL EXIT EXIT UNCONDITIONALLY

Function:

UNCONDITIONAL EXIT instructs fpt to leave interactive mode and to complete all outstanding processing without prompting the user for confirmation. The Fortran output files are written (unless suppressed by the 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
(After START INTERACT)
Yes
Interactively, to FPT> prompt Yes
Interactive command files Yes
Embedded in the Fortran code No

See Also

EXIT

NO FORTRAN

QUIT

START INTERACT

Copyright ©1995 to 2025 Software Validation Ltd. All rights reserved.