pTAL Reference Manual (H06.03+)
Compiler Directives
HP pTAL Reference Manual—523746-005
17-27
ENDIF
NODO_TNS_SYNTAX
suppresses warnings for each occurrence of a construct that is valid in pTAL but
not in TAL.
PUSHTNS_SYNTAX
pushes the current setting (DOTNS_SYNTAX or NODOTNS_SYNTAX) onto the
DOTNS_SYNTAX directive stack. Does not change the current setting.
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-36.
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-66
VST693.vsd
pTAL
target
ENDIF
toggle-number
toggle-name










