====And Node==== This is one of the most common [[folder_logic|logic]] nodes, along with [[logic_not|NOT]] and [[logic_or|OR]]. It outputs //true// only if **all of the inputs are true**. If any or 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 both inputs 1 and 2 are true. In all other situations, the output will be //false//. ===See Also=== [[logic_not|NOT]] \\ [[logic_or|OR]]\\