changes.mady.by.user Robert C. Seacord
Saved on Jul 13, 2006
Saved on Jul 14, 2006
...
++i; a = i + b[i];
Or altneratively:
a = i + b[i+1]; ++i;