Changes between Version 7 and Version 8 of ResumedC
- Timestamp:
- Apr 29, 2009, 1:13:50 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ResumedC
v7 v8 140 140 newtotal = total; 141 141 total + 1; 142 /* Note that in 'newtotal' is assigned the value of 'total', and AFTER, total is incremented */142 /* Note that in 'newtotal' is assigned the value of 'total', and AFTER, total is incremented. First is asigned and after evaluated */ 143 143 144 144 total += 2;