OR operator
The OR operator is a Boolean operator that executes an operation or task if one or more values or operands are met. For example, if 1 + 1 = 3 or 1 + 1 = 2 will be true because 1 + 1 does equal 2 even though 1 + 1 does not equal 3.
Also see: Boolean, Operator, Programming definitions
