Loading...
Select Version
&pagelevel(5)&pagelevel
The PAGE pragma generates a page feed and can optionally be used like the TITLE pragma to define an additional line of text to be entered in the header of the listing.
#pragma PAGE[
text]
text | Any string that is enclosed within quotes and consists of printable |
The #pragma PAGE
directive without text generates a page feed.
The directive #pragma PAGE
text generates a page feed with the line specified by text appearing as an additional line in the header of the listing. All other conditions for the output of text lines are the same as those for the TITLE pragma.