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:

  1. Within a single statement, when a new continuation line is generated because code would otherwise overflow beyond column 72 in fixed format or column 132 in free format or in fixed format extended source;
  2. Within declaration statements and IF and ELSEIF statements which are reformatted because of the COLUMN FORMAT directives;
  3. If a statement is compressed into a specified number of continuation lines as a result of the MAXIMUM NUMBER OF CONTINUATION LINES command.
  4. If IGNORE CONTINUATION LINES is specified.

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

COLUMN FORMAT

MAXIMUM NUMBER OF CONTINUATION LINES

SAVE FORMAT

SHOW FORMAT

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