Nand
Last updated
Last updated
[boolean/Nand]
Performs a boolean NAND operation on the values received via inputs a
and b
.
Example:
true@0 is received via a
true@0 is received via b
false@0 is sent via nand
Keywords: boolean, nand, logical
a: boolean
Receives the first operand.
b: boolean
Receives the second operand.
nand: boolean
Sends the result of the logical NAND operation.