From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=BAYES_00,FROM_ADDR_WS autolearn=no autolearn_force=no version=3.4.5-pre1 Date: 27 Oct 92 15:31:44 GMT From: pa.dec.com!nntpd2.cxo.dec.com!shodha!wallace@decwrl.dec.com (Richard Wal lace) Subject: help with Ada question Message-ID: <1992Oct27.153144.11875@nntpd2.cxo.dec.com> List-Id: wallace@shodha (Richard Wallace) writes: : rwalker@barnacle.micro.umn.edu (robert walker) writes: : : : : If neither an exit nor a goto statement were available for Ada, how : : might you simulate the action of an exit statement? : : : : The following is one of may ways to control loop itteration without the : exit and goto verbs. Note that I've only shown monotonicly increasing : loop control. : : You would have to introduce a guard action on the loop control statement and : use an if to control skipping statements thus: : It seems I wiped-out the other half of my emacs buffer! Sorry! I'll reconstruct the code fragment again. code fragment: