pTAL Reference Manual (H06.08+)
Compiler Directives
HP pTAL Reference Manual—523746-006
17-44
LINES
LINES
LINES sets the maximum number of output lines per page if the list file is a line printer
or a process.
num-lines
is an unsigned decimal constant in the range 10 through 32,767.
LIST
LIST
lists the source code in the compiler listing.
NOLIST
suppresses the source code the compiler listing.
PUSHLIST
pushes the current setting (LIST or NOLIST) onto the LIST directive stack. Does
not change the current setting.
POPLIST
pops the top value from the LIST directive stack and changes the current setting to
that value.
Default: LINES 60
Placement: Anywhere
Scope: Applies until overridden by another LINES directive
Dependencies: Has no effect if the list file is a terminal
LINES
VST154.vsd
=
num-lines
LIST
NOLIST
PUSHLIST
POPLIST
VST155.vsd










