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,999172cfe4113340 X-Google-Attributes: gid103376,public From: Aidan Skinner Subject: Re: How to implement a continue statement in Ada? Date: 2000/02/08 Message-ID: #1/1 X-Deja-AN: 583559221 X-NNTP-Posting-Host: skinner.demon.co.uk:158.152.76.219 References: <87pgm3$o3p$1@nnrp1.deja.com> <87pmrq$9ae1@news.cis.okstate.edu> X-Complaints-To: abuse@demon.net X-Trace: news.demon.co.uk 950080164 nnrp-11:20501 NO-IDENT skinner.demon.co.uk:158.152.76.219 X-Face: "+-qm~5o)%$z>1Z?~YfEL2wZBWy}J&A}CaZ8[-01s7iVE:RxK>y.cB|E[B*Ae#'U[9)_HY| )%pbzmA1;>AV/N]^_wLaY{s~Ch&@f[NI[n,|op4Gw4Phb14q#bur(|@U<(4NGP$O(]roP?md(M_ dvdeug@x8b4e53cd.dhcp.okstate.edu (David Starner) writes: > I disagree with that rule. The goto statement is the most > powerful control structure, and judiciously used, is > very useful. My most recent use of a goto was to emulate > tail recursion. Does that mean that Ada needs a tail I would expect this case to be picked up by the compiler, without the need for an explicit goto. Was there a reason why the appropriate section of code couldn't be put into a (possibly nested) procedure and recurse itself? - Aidan -- http://www.skinner.demon.co.uk/aidan/ Before asking a tech a question, think: "Does this person care? Is this in anyway meaningful to their existence?". If the answer is "No", please read the documentation supplied, specifically Chapter 9: Suicide.