B Bitwise unsigned shift right and assign (Web hosting directory)
B Bitwise unsigned shift right and assign (>>>=) (Operator/assignment) The associativity is right to left. Refer to the Operator Precedence topic for details of execution order. The new value of anOperand1is returned as a result of the expression. 0 1 1 0 1 0 1 0 1 1 0 1 00 1 1 1 0 1 0 1 1 1 1 0 1 00 Warnings: . The operand to the left of the operator must be an LValue. That is, it should be able to take an assignment and store the value. Assignment operator, Associativity, Bit-field, Bitwise operator, Bitwise shift left (<<), Bitwise shift left then assign (<<=), Bitwise shift operator, Bitwise shift right (>>), Bitwise shift right and assign (>>=), Bitwise unsigned shift right (>>>), LValue, Operator Precedence, Shift operator See also: Cross-references: ECMA 262 edition 2 section 11.13 ECMA 262 edition 3 section 11.13