HP 3000 Manuals

$PAGE Command (Page Title And Ejection) [ SPL to HP C/XL Migration Guide ] MPE/iX 5.0 Documentation


SPL to HP C/XL Migration Guide

$PAGE Command (Page Title And Ejection) 

          Table 10-6.  $PAGE Command 

---------------------------------------------------------------------------------------------
|                                             |                                             |
|                     SPL                     |             HP C/XL Equivalent              |
|                                             |                                             |
---------------------------------------------------------------------------------------------
|                                             |                                             |
| page-command:                               | page-pragma:                                |
|                                             |                                             |
|      $PAGE ["title-string" [,...]]          |      [#pragma TITLE "title-string"]         |
|                                             |                                             |
|                                             |      #pragma PAGE                           |
|                                             |                                             |
---------------------------------------------------------------------------------------------
|                                             |                                             |
| A new listing page is started.  The         | A new listing page is started.  You may     |
| combined strings become the title on the    | change the title on the new page by         |
| new page.  If the strings are omitted, the  | preceding #pragma PAGE with a #pragma TITLE |
| previous title is retained.                 | directive.                                  |
|                                             |                                             |
---------------------------------------------------------------------------------------------



MPE/iX 5.0 Documentation