Reverse condition
Last updated
Last updated
[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
to true: any
Receives signals to be evaluated to true.
to false: any
Receives signals to be evaluated to false.
boolean: boolean
Sends boolean depending on which input the signal was received through.