MPL Documentation

OR

OR yields TRUE if at least one value is TRUE:
// The statement is executed only if EITHER conditions are true:

   if (A = 1) OR (B = 2) then writeln('Bingo!');
Source: Reserved Words
See Also:
not, and, xor.