22.11.12.2 Logical OR (or)

ORs the right and left sides. Value 0 (zero) is regarded as OFF, and other values as ON.

N1 or N2: True if either N1 or N2 is ON. False when both are OFF.

For example

if ((expression) or (expression))