SUBTITLE Directive [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation
HP FORTRAN 77/iX Reference
SUBTITLE Directive
The SUBTITLE directive lists the subtitle string on the second line of
each page of the program listing following the appearance of the
directive in the source code.
Syntax
$SUBTITLE {'subtitle_string'}
{"subtitle_string"}
Default None; no subtitle string is listed.
If the subtitle string is longer than 72
characters, it is truncated to 72.
Location The SUBTITLE directive can appear anywhere within
the program unit.
Toggling/ Duration Applies until another SUBTITLE directive is
encountered.
Example
$SUBTITLE 'Assigned GOTO''s or, The Joy of FORTRAN'
MPE/iX 5.0 Documentation