Logical-or |, or
Operator: | , or
Returns a Yes/No value, depending on the check
If
Condition1
andCondition2
both evaluate tofalse
, thenNo
is returned.if
Condition1
orCondition2
evaluates totrue
, thenYes
is returned.
Last updated
Was this helpful?