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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2cb6c27047140e0 X-Google-Attributes: gid103376,public From: "Dr Richard A. O'Keefe" Subject: Re: How to implement a continue statement in Ada? Date: 1998/09/03 Message-ID: <35EDD44B.63F2@atlas.otago.ac.nz>#1/1 X-Deja-AN: 387299062 Content-Transfer-Encoding: 7bit References: <35EA816A.E11FEA85@physics.purdue.edu> <35EB7036.5585@atlas.otago.ac.nz> <6sgmk2$6n5$1@nnrp1.dejanews.com> Content-Type: text/plain; charset=us-ascii Organization: Department of Computer Science, University of Otago Mime-Version: 1.0 Reply-To: ok@atlas.otago.ac.nz Newsgroups: comp.lang.ada Date: 1998-09-03T00:00:00+00:00 List-Id: dewarr@my-dejanews.com wrote: > Note also that the syntax in Richard's example is quite wrong (again > something that compiling it would have revealed). If a loop or block > is named, the name MUST be repeated on the end I owe everyone an apology for that. My only excuse is that there is no Ada compiler installed on either of the machines I normally use (I do mean to fix that) so I wasn't _able_ to test before posting. (Yes, I do have the LRM on-line, but the HTML file names on the disc are in upper case, and the references are in lower or mixed case, which means none of the links work, so finding things was a bit painful. That one I _have_ fixed now.) I _was_ using Ada a fair bit last year, and readers will realise from this that I had never actually _needed_ to emulate C's 'continue', or for that matter, multi-level loop exit.