HP Pascal/iX Reference Manual (31502-90022)

12- 60
Location Anywhere.
Example
PROGRAM show_page (output);
BEGIN
writeln('First page');
$PAGE$
writeln('Second page');
END.
The listing (simplified) looks like this:
PAGEWIDTH
PAGEWIDTH is an HP Pascal Option.
The PAGEWIDTH compiler option specifies the width of the compiler
listing.
Syntax
$PAGEWIDTH
integer
$
Parameter
integer
An integer in the range 80..132, the number of characters
per line in the compiler listing.
Default 120.
Location Anywhere.