And

Checks whether all inputs are true.


Inputs

  • value 1

    • The first value to check.
  • value 1

    • The second value to check.
  • value 1

    • The third value to check.
  • value 1

    • The fourth value to check.

Outputs

  • result

    • The boolean value indicating whether all inputs are true or not.
  • result list

    • The list of boolean values indicating whether a list of values are all true or not.

Note(s)

  • Other names for this node include: &, &&.

Example(s)