Changes between Version 7 and Version 8 of ResumedC


Ignore:
Timestamp:
Apr 29, 2009, 1:13:50 AM (16 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResumedC

    v7 v8  
    140140   newtotal = total;
    141141   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 */
    143143
    144144total += 2;