|
Ok. Now I understand.
We can not use our simple arithmetical knowledge.
A += B
is the A increasing on B.
A -= B
is A decreasing on B.
A = B%C
is the remainder from dividing B by C.
And I think A /= B
is
A = A / B.
And A = A + B
is valid because it is not arithmetic.
It is logic.
|