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


XOr

Syntax:
a XOR b

XOr is bitwise exclusive or operator. Operator XOr can be applied only to integer types, such as Byte, Integer and Long.

root 2004-04-05