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 Lines: 93 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 <