On 13/03/2012 23:14, Timon Gehr wrote:
<snip>
(Also, for
associativity: Assign and OpAssign are right-associative and everything else
is left-associative, correct?)



Power is right-associative too.

You forgot the conditional operator.

And the relational operators are non-associative (a == b == c or similar is 
illegal).

Stewart.

Reply via email to