lnor[]
Logic NOR.
Returns false if either of arguments is true. 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 NOR value. |
Examples
#<result> = lnor[1, 2]
result: 0
See also