Path: utzoo!attcan!uunet!wuarchive!zaphod.mps.ohio-state.edu!ub!dsinc!bagate!cbmvax!ag From: ag@cbmvax.commodore.com (Keith Gabryelski) Newsgroups: comp.lang.c Subject: Re: For vs while (was Re: Comparing strings...) Message-ID: <15317@cbmvax.commodore.com> Date: 22 Oct 90 17:49:23 GMT References: <2226@ukc> <8308@scolex.sco.COM> Reply-To: ag@cbmvax.commodore.com (Keith Gabryelski) Organization: Commodore-Amiga Unix; West Chester, PA Lines: 12 In article <8308@scolex.sco.COM> seanf (Sean Fagan) writes: >#define while(cond) for(;cond;) > >(I'm sitting here trying to think of any case where this will break >[no pun intended 8-)] something; I can't think of any, offhand.) do { WHATEVER(); } while(COND); Pax, Keith