1. conjunction
a) Inclusive or; either one proposition or the other is true or both.
b) A lexical symbol to implement inclusive or in a computer language.
2. noun
The binary operator inclusive or, true if one at least one of two inputs is true. In infix notation, it has values (0 OR 0) = 0 (0 OR 1) = 1 (1 OR 0) = 1 (1 OR 1) = 1
Syn: ∨
Ant: NOR
Wikipedia foundation.