beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Or Op

Or

Returns `true` if one or more of the input booleans are `true`


Performs a logical OR operation. If one of the input ports evaluates to true (not 0), the Result will be true as well, false otherwise.

Bool1 Bool2 Result
0 0 0
0 1 1
1 0 1
1 1 1

Edit Documentation

Full Name
  • Ops.Boolean.Or
Visibility
  • Core Op - Official cables op
AuthorTest Patches


 

INPUT PORTS


bool 1 (Number:boolean )
bool 2 (Number:boolean )
bool 3 (Number:boolean )
bool 4 (Number:boolean )
bool 5 (Number:boolean )
bool 6 (Number:boolean )
bool 7 (Number:boolean )
bool 8 (Number:boolean )
bool 9 (Number:boolean )
bool 10 (Number:boolean )

OUTPUT PORTS


result (Number)

True if one or more of the input ports is true, false otherwise


Usages of Or

  • Examples
  • Public
  • My Patches
  • Ops