Or

Checks whether any of the input values 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 any of the inputs are true or not.
  • result list

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

Note(s)

  • Other names for this node include: ||.

Example(s)