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