lnand[]
Logic NAND.
Returns false if both 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 NAND value. |
Examples
#<result> = lnand[1, 0]
result: 1
See also