- OR
- 1. conjunctiona) 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. nounThe 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) = 1Syn: ∨Ant: NOR
Wikipedia foundation.