pTAL Reference Manual (H06.08+)
Compiler Directives
HP pTAL Reference Manual—523746-006
17-29
ENDIF
POPTNS_SYNTAX
pops the top value from the DOTNS_SYNTAX directive stack and changes the
current setting to that value.
ENDIF
ENDIF identifies the end of code that is to be conditionally compiled.
toggle-name
is an identifier that was used as a toggle-name in an earlier IF or IFNOT
directive.
toggle-number
is an unsigned decimal constant in the range 1 through 15 that was used as a
toggle-name in an earlier IF or IFNOT directive. Leading zeros are ignored.
target
is as defined in IF and IFNOT on page 17-39.
pTAL
identifies the end of code that is to be compiled by the pTAL or EpTAL compiler but
not by the TAL compiler:
Default: NODO_TNS_SYNTAX
Placement:
•
Can appear only once in a compilation
•
Must precede any TARGET directive and any nondirective lines
Scope: Applies to the compilation unit
Dependencies: None
References: TARGET
on page 17-68
Compiler IF pTAL IFNOT pTAL
pTAL or EpTAL True False
TAL False True
VST693.vsd
pTAL
target
ENDIF
toggle-number
toggle-name










