1 | Each write statement starts a newpage (outputs top of form -- see later) if it wont fit on remainder of current page |
2 | You can print page numbers because |
3 | $% or $FORMAT_PAGE_NUMBER |
4 | holds current page number |
5 | Further you can specify a special format defaulted to FILEHANDLE_TOP to be used for top of page. This could be: |
6 | format STDOUT_TOP = |
7 | This is a new page of my award winning CPS616 project @<< |
8 | $% |
9 | . |
10 | $^ or $FORMAT_TOP_NAME holds name of format to be used at top of page |