◄Keywords► ◄Contents► ◄Index► ◄Back► Boolean syntax: <Boolean type> OR <Boolean type> Bitwise syntax: <Integer type> OR <Integer type> Description The OR operator is a QuickPascal Boolean or bit operator used to evaluate both Boolean and bitwise relationships. See also: AND, NOT, SHL, SHR, XOR