Xor - Function SummarySummary:Returns the first value exclusive ORed with the second. Usage:xor value1 value2 Arguments:value1 - The value1 argument. (must be: logic number char tuple binary image) value2 - The value2 argument. (must be: logic number char tuple binary image) Description:For integers, each bit is exclusively-or'd. For logic values, this is the same as the not-equal function.
Related:and - Returns the first value ANDed with the second.
| ||||
|