| (bitwise OR)
Top  Previous  Next


SWiSH Player Support
SWF5 or later - Supported Internally

Syntax
expression1 | expression2

Arguments
expression1 and expression 2: numbers

Returns
Nothing.

Description
Bitwise Operator; converts both expressions to 32-bit unsigned integers and returns a 1 in each bit position where the corresponding bits of either expression is equal to 1.