TITLE Directive [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation
HP FORTRAN 77/iX Reference
TITLE Directive
The TITLE directive lists the title string at the top of each page of
output following the appearance of the directive in the source code.
If the title string is longer than 72 characters, it is truncated to 72.
Syntax
$TITLE {'title_string'}
{"title_string"}
Default None; no title string is listed at the top of each
page of output.
Location The TITLE directive can appear anywhere within the
program unit.
Toggling/ Duration The TITLE directive remains in effect until another
TITLE directive is encounters.
Example
$TITLE 'Optimization of CONTINUE statements'
MPE/iX 5.0 Documentation