Thread: +=
View Single Post
Old 03-10-2003, 08:18 PM   #2 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
a += b;

is the same as:

a = a + b;
joe_bruin is offline   Reply With Quote