A logical OR operator.

Inputs:

  • Tru1: The first boolean value to check.
  • Tru2: The second boolean value to check.

Outputs:

  • Boolean: A boolean value.

Notes

  • This script block can be combined with If block to check if either Tru1 and Tru2 inputs are True. You can also use the logical AND operator to check if both Inputs are True.

Examples