pTAL Reference Manual (H06.03+)

Compiler Directives
HP pTAL Reference Manual523746-005
17-41
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.
Default: None
Placement: After IF or IFNOT and before ENDIF
Scope: Applies to code between itself and ENDIF
Dependencies: None
References:
IF and IFNOT on page 17-36
ENDIF on page 17-27
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