Path: utzoo!mnetor!uunet!husc6!think!bloom-beacon!tut.cis.ohio-state.edu!osu-cis!att-cb!att-ih!ihnp4!ihlpf!nevin1 From: nevin1@ihlpf.ATT.COM (00704a-Liber) Newsgroups: comp.lang.c Subject: Re: gotos Message-ID: <4347@ihlpf.ATT.COM> Date: 8 Apr 88 19:39:37 GMT References: <2571@cognos.UUCP> <77200029@uiucdcsp> <4307@ihlpf.ATT.COM> <2556@ttrdc.UUCP> Reply-To: nevin1@ihlpf.UUCP (00704a-Liber,N.J.) Organization: AT&T Bell Laboratories - Naperville, Illinois Lines: 47 In article <2556@ttrdc.UUCP> levy@ttrdc.UUCP (Daniel R. Levy) writes: |I know this battle is an old chestnut, but for the record do you guys believe |that superfluous flags and great big if-then statements are truly superior |to the goto? (And the break, which is a goto by another name.) E.g.: | | while (loopcond) { | for (i=0; i