Next: p06e, Previous: orientation, Up: Internal Routines [Contents][Index]
x orif y
Logical binary or operator with possible evaluation suppression.
x orif y
yields the same result as x ne 0 or y ne 0
, but
if x
is unequal to zero, then y
is not evaluated.