22.08.2011, 12:33
Quote:
Sorry for refreshing this old theme.
I have one question. What represent "+=" Thanks! |
For example:
Code:
new variable; variable = 32; //This is what you will do to add 6 into the current value of the variable variable += 6;