====Or Node==== This is one of the most common [[folder_logic|logic]] nodes, along with [[logic_not|NOT]] and [[logic_and|AND]]. It outputs //true// if **any of the inputs are true**. If **all** of them are false, the node will output false. This node is used in all [[analytic_modules|modules]]. {{logic_and.png}} ===Inputs=== **Input #1** is a //boolean// value - a //true// or a //false//. \\ **Input #2** is a //boolean// value - a //true// or a //false//. ===Outputs=== **Output #1** is will be //true// whenever either inputs 1 and 2 are true. It will only output //false// in the event that both inputs are false. ===See Also=== [[logic_not|NOT]] \\ [[logic_and|AND]]\\