xor (Bitwise and conditional)

Logical or bitwise "xor" (exclusive "or").

Arguments

value0
can be a condition or a number.
value1
must be of the same type as
value0
.

Return values

value2
is the result of logical or bitwise "xor", according to the arguments.

Example

TRUE FALSE xor print LF print 3 6 xor print
Output:
TRUE 5