HP 3000 Manuals

PAGE Directive [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation


HP FORTRAN 77/iX Reference

PAGE Directive 

The PAGE directive sends a form feed to the list file or device, which
causes a skip to a new page before continuing with the program listing.

Syntax 

$PAGE

Default               None.

Location              The PAGE directive can appear anywhere within the
                      program unit.

Toggling/ Duration    Cannot be toggled.

Page Eject with Control-L 

A control-L (ASCII 12) in column 1 of any source line has the same effect
as if the line were preceded by the PAGE directive; the compiler removes
the control-L from the listing.

If a control-L is found anywhere else on a source line, it is treated
like a blank and remains in the program listing.  Its presence may affect
an output device that displays the listing file.



MPE/iX 5.0 Documentation