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,99222a5bd46ef3c9 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: GOTO considered necessary (reworked) Date: 1997/06/16 Message-ID: #1/1 X-Deja-AN: 248875979 References: <5nn2fm$11dk$1@prime.imagin.net> <199706161352.PAA27178@basement.replay.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-06-16T00:00:00+00:00 List-Id: Jeff Carter says <> This is exactly the kind of absolute statement that I regard as fanatic. It is NOT the case that goto always introduces an increased likelihood of error on modification, and it is NOT the case that the alternative to using goto always has the same clarity. Indeed the whole point is to identify cases, like the <> case where goto is easier and clear from a maintenance point of view. And it is of course the case that the general case of CONTINUE of course requires Boolean variables to be introduced to eliminate the gotos (this is as I mentioned before, a well known fact, well treated in the literature).