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=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!attcan!uunet!lll-winken!ncis.llnl.gov!ncis!afit-ab!wbralick From: wbralick@afit-ab.arpa (William A. Bralick) Newsgroups: comp.lang.ada Subject: Re: Another reason for goto Message-ID: <820@afit-ab.arpa> Date: 18 Jan 89 04:43:54 GMT References: <8901171823.AA20919@bx.sei.cmu.edu> Reply-To: wbralick@blackbird.afit.af.mil (William A. Bralick) Distribution: na Organization: Air Force Institute of Technology; WPAFB, OH List-Id: In article <8901171823.AA20919@bx.sei.cmu.edu> Marc.Graham@SEI.CMU.EDU writes: ) )Ada does not have a `continue' or `abandon' statement for loop )control. Such a statement is orthogonal in some sense to exit. One )uses it in the body of a loop when one wishes to terminate this )iteration of the loop and start on the next one. This sounds like a rather exceptional case ... :-) )To simulate it, one )issues a goto a <