lxor[]
Logic XOR.
Returns true if either of arguments is true but not both. Otherwise returns false.
Syntax
Parameters
| x | Number on which the function performs logic operation. |
| y | Number on which the function performs logic operation. |
| Return Value | Logic LXOR value. |
Examples
#<result> = lxor[1, 1]
result: 0
See also