04.07.2011, 12:24
Quote:
Plus that answer is wrong as "==" checks if two things are equal, just one "=" is assignment, i.e. "save this value (right hand) in this variable (left hand)".
For everything except "==" and "!=" the "a X= b", where "X" is a symbol, is shorthand for "a = a X b", so: pawn Код:
|
Код:
a <<= b; // a = a << b