Reverse condition
[boolean/Reverse condition]
Turns binary independent signals into a boolean. Example A:
null@0 is received via
true
true@0 is sent via
boolean
Example B:
"foo"@1 is received via
false
false@1 is sent via
boolean
Keywords: condition, evaluate, convert, boolean, logical
Input ports
to true:
any
Receives signals to be evaluated to true.
to false:
any
Receives signals to be evaluated to false.
Output ports
boolean:
boolean
Sends boolean depending on which input the signal was received through.
Last updated