TACL Reference Manual
Expressions
HP NonStop TACL Reference Manual—429513-018
3-3
Logical Operations
If you use a variable as an operand, you do not need to enclose the variable name in
square brackets.
Note. TACL evaluates all operands in a logical expression, even after the first FALSE (in an
AND expression) or the first TRUE (in an OR expression). Therefore, all variables used in such
expressions must first be initialized using #SET or a similar command or built-in function.