#PAGE metastatement  

Purpose

Sets a page boundary for the PowerBASIC IDE.

Syntax

#PAGE

Remarks

Program listings which are nicely formatted are easier to read and understand, particularly after some elapsed time.

The #PAGE metastatement is used to set a page boundary when the source code is printed from the PowerBASIC IDE.  Each time a #PAGE is found, the PowerBASIC IDE starts printing on a new page.

#PAGE has no effect on your compiled code.