Path: utzoo!utgpu!watserv1!watmath!att!att!pacbell.com!mips!swrinde!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!metro!cluster!necisa!boyd From: boyd@necisa.ho.necisa.oz (Boyd Roberts) Newsgroups: comp.lang.c Subject: Re: Some interesting novice questions from a novice guy Message-ID: <1912@necisa.ho.necisa.oz> Date: 5 Nov 90 00:22:51 GMT References: <14488.27252b63@max.u.washington.edu> <3553@idunno.Princeton.EDU> Organization: NEC Information Systems Australia Pty. Ltd. Lines: 23 In article peter@ficc.ferranti.com (Peter da Silva) writes: > >I saw this discussion. Doesn't make sense. Doesn't anyone use: > > while(*foo++) > continue; > >anymore? No, that's just overly verbose. while (*p++) ; Is just fine. I can see the semicolon. That's all you need to see. Hiding the semicolon `while (*p++);' just causes confusion. Boyd Roberts boyd@necisa.ho.necisa.oz.au ``When the going gets wierd, the weird turn pro...''