Path: utzoo!attcan!uunet!wuarchive!rex!uflorida!haven!adm!cmcl2!phri!marob!fredg From: fredg@marob.masa.com (Fred Goldrich) Newsgroups: comp.lang.c Subject: Re: # to the nth power Message-ID: <2736D1EA.270C@marob.masa.com> Date: 6 Nov 90 15:08:25 GMT References: <1990Nov3.220554.19404@zoo.toronto.edu> <226@smds.UUCP> Organization: ESCC, New York City Lines: 20 In article peter@ficc.ferranti.com (Peter da Silva) writes: >In article <226@smds.UUCP> rh@smds.UUCP (Richard Harter) writes: >> for (y=x,sqrtx=1;y>0;) {ysave = y;y =/ 16;sqrtx =* 4;} > >Wow. > >This man has been programming in C for a *long* time. I'm impressed. > >(quiz: why do I come to this conclusion?) >-- >Peter da Silva. `-_-' >+1 713 274 5180. 'U` >peter@ferranti.com I think it's because you are reading "sqrtx =* 4" as ancient-C style for the assignment "sqrtx *= 4"; my guess is that is was a typo. -- Fred Goldrich {att,philabs,rutgers,cmcl2,hombre}!phri!marob!maestro!fred (formerly dasys1!maestro)