OR

<logic> The Boolean function which is true if any of its arguments are true. Its truth table is:

 A | B | A OR B
  --+---+---------
  F | F |    F
  F | T |    T
  T | F |    T
  T | T |    T
(04 Nov 1996)