出典:Wiktionary
出典:Wikipedia
出典:『Wikipedia』 (2011/05/14 20:43 UTC 版)
Augmented assignment (or compound assignment) is the name given to certain operators in certain programming languages (especially those derived from C). An augmented assignment is generally used to replace a statement where an operator takes a variable as one of its arguments and then assigns the result back to the same variable.