Logical-or |, or
Operator: | , or
Returns a Yes/No value, depending on the check
If
Condition1andCondition2both evaluate tofalse, thenNois returned.if
Condition1orCondition2evaluates totrue, thenYesis returned.
Last updated
Was this helpful?