Semantics :
InclusiveOrExpr
InclusiveOrExpr
::=
ExclusiveOrExpr
(
|
ExclusiveOrExpr
)*
Used by:
An integral expression that is the bit-wise OR of all the sub-expressions.