From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a7f223906eb859a X-Google-Attributes: gid103376,public From: yeung@reed.edu (Woodrow Yeung) Subject: Re: GOTO considered necessary Date: 1997/07/09 Message-ID: #1/1 X-Deja-AN: 255699971 References: <5n977i$2cmc$1@prime.imagin.net> Organization: Reed College Newsgroups: comp.lang.ada Date: 1997-07-09T00:00:00+00:00 List-Id: In article , dewar@merv.cs.nyu.edu (Robert Dewar) wrote: > < > Woody Yeung>> > > > See, Sam, there are plenty of dogmatic folks around on this issue, so I > think it is clear that your write up is worth the effort!!! Dogmatic? I gave pretty good reasons against it as a continue. I guess I must be dogmatic about not using goto's to jump to the next statement too. [Robert Dewar from previous post] > There are many places where a goto is the natural and clearest way of doing > things. You seem pretty dogmatic about using gotos. I suppose you have to dogmatic to be programming in Ada in the first place. ;-) Woody Yeung PS I should have said MODERN HLL. Break is broken in C, you need a goto to break from a while/switch.