Files
noodl-docs/nodes/logic/and
Eric Tuvesson 656e5fc8d2 chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3

* chore: Update "Test build" GH workflow

* fix: build

All markdown is processed as MDX

* fix: Broken links
2024-01-12 16:53:22 +01:00
..

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true And node

{/##head##/}

And

This node performs a logic AND operation on its inputs. If all inputs are true the node will output true. If any input is false the node will output false.

Any number of inputs can be used. When an input is connected a new one will be created automatically.

{/##head##/}

Inputs

Data Description
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

Data Description
Result The result of a logic AND operation on all of the inputs. Either true or false. True if all inputs are true, false if one or more inputs are false.