or

The or Statement

The or statement lets you bitwise or together two input values and store the result in the first argument. The first argument must be a variable but the second and third arguments can be a variable, a numeric constant, or a constant expression. The syntax of the or statement is shown below.

 or x, x, y  // x = x | y

Generated by  doxygen 1.6.2