On 6/1/07, Richard <legalize at xmission.com> wrote:
For example,
what would you expect from:
N = 1;
A[N++] = N++;
On the other hand, I'd fire anyone who wrote something like the above.
Out of a cannon, hopefully. Unfortunately, I've seen my share of
messes caused by tricks similar to this.
-ethan