# And Or
Grammar — val1 op|And/Or val2
Flags —Operator
|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 1int
<preset::BooleanOperator> — Operatorbool
— Value 2
Returns — bool
# Related
Category: Logic / Comparisons
- Comparison
- And — macro
- Or — macro
- Not — macro
- Within Bounds
- Text Has Been Set
- And Or
- And Or Multiple
- Not
# Examples
— None found —