# And Or

Grammarval1 op|And/Or val2
FlagsOperator | Function

Returns the result of two Boolean comparisons. If the Operator is set to And, both comparisons must be met to pass the conditions. If the Operator is set to Or, the condition will pass if either comparison is met.

# Arguments

  • bool — Value 1
  • int [ preset::BooleanOperator ] — Operator
  • bool — Value 2

Returns — bool

Category: Logic / Comparisons

# Examples

— None found —