## page was renamed from TCPL/A.7.13 Bitwise Inclusive OR Operator === A.7.13 Bitwise Inclusive OR Operator === inclusive-OR-expression: exclusive-OR-expression inclusive-OR-expression | exclusive-OR-expression The usual arithmetic conversions are performed; the result is the bitwise inclusive OR function of the operands. The operator applies only to integral operands.