or
ErrorsCollection

or

Synthesised documentation from language/operators

From language/operators

See Original text in context

Same as infix ||, except with looser precedence.

Returns the first argument that evaluates to True in Boolean context, or otherwise the last argument, it short-circuits. Please note that or is easy to misuse. See traps.