next up previous contents index
Next: Package Up: Keywords Previous: Not   Contents   Index


Or

Syntax:
a OR b

And is logical or operator. It evaluates to non-zero (truth value) when both its operands are non-zero.
Operator Or can be applied only to integer types, such as Byte, Integer and Long.

See also: And (1.3.2), Not(1.3.35)



root 2004-04-05