The page procedure

Description

The page procedure writes a form-feed control character to a file variable of type text. According to Standard Pascal, this procedure is supposed to affect the text file in such a way that subsequent output appears on a new page.

Parameter

The page procedure's only parameter is a reference to the file variable of type text to which the form-feed control character will be written.

Portability

Operating Systems: All
Standard Pascal: Yes