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