SWiSH Player Support SWF5 or later - Supported Internally
Syntax expression1 >>> expression2
Arguments expression1: a number or expression for the right shift to be applied to
expression2: a number or expression that converts to an integer from 0 to 31
Returns
Nothing.
Description
Bitwise Operator; uses the same premise as the >> (bitwise right shift) operator with the exception that the sign of the original expression is not preserved, because all of the bits on the left are automatically filled with 0.