Thread: +=
View Single Post
Old 03-10-2003, 08:22 PM   #3 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
Code:
a += b
is exactly equal to
Code:
a = a + b
__________________
-- bloomberg.
abc123 is offline   Reply With Quote