OR

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