Bitwise OR Operator (|) (JScript 5.6)

Performs a bitwise OR on two expressions.

result = expression1 | expression2

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also