fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
IGNORE CONTINUATION LINES
Syntax:
IGNORE CONTINUATION LINES KEEP CONTINUATION LINES
Function:
IGNORE CONTINUATION LINES and KEEP CONTINUATION LINES specify whether fpt preserves the pattern of continuation lines in the original source code. The original continuation lines are preserved by default. They are ignored:
If the original continuation lines are ignored, fpt generates new continuation lines whenever code would otherwise extend beyond printer column 72 or 132 as appropriate. The printer column is computed with the assumption that tab stops are at 8 character intervals.
The state of this switch is displayed by the SHOW FORMAT command and is saved to an fsp file by the SAVE FORMAT command.
Where to Use this Command
Operating system command line | Yes |
Configuration file, config.fsp | Yes |
Specification (fsp) files, *.fsp | Yes |
Interactively, to FPT> prompt | Yes |
Interactive command files | Yes |
Embedded in the Fortran code | Yes |
Default
KEEP CONTINUATION LINES
(Note that formatting defaults are usually specified in .fsp files invoked from the configuration file)
See Also
MAXIMUM NUMBER OF CONTINUATION LINES
Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.