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