View Single Post
  #8 (permalink)  
Old 10-31-2005, 10:37 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 16,255
Blog Entries: 104
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
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.
Reply With Quote