[comp.arch] Excuse my ignorance

hascall@atanasoff.cs.iastate.edu (John Hascall) (02/09/89)

   Earlier I rambled on about while (*p++ == *q++); , thinking that the
   original: while (*p++ = *q++); didn't make much sense....


   I guess it's just a knee-jerk reaction to "=" in a "while".


   Sorry,
   John