XL Fortran for AIX 8.1

Language Reference

EJECT

Purpose

EJECT directs the compiler to start a new full page of the source listing. If there has been no source listing requested, the compiler will ignore this directive.

Format



>>-EJECT-------------------------------------------------------><
 
 

Rules

The EJECT compiler directive can have an inline comment and a label. However, if you specify a statement label, the compiler discards it. Therefore, you must not reference any label on an EJECT directive. An example of using the directive would be placing it before a DO loop that you do not want split across pages in the listing. If you send the source listing to a printer, the EJECT directive provides a page break.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]