Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 570 Bytes

or.md

File metadata and controls

25 lines (15 loc) · 570 Bytes

OR

Performs a logic OR operation on its inputs. Any number of inputs can be used. When an input is connected a new one will be created automatically.

Inputs

Input 0..N
The inputs are numbered as Input 0,Input 1 etc. Whenever you connect to an input a new one is created so you will never run out of inputs.

OUTPUTS

Result
The result of a logic OR operation on all of the inputs. True if any one of the inputs is true, false if all inputs are false.