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.1 required=5.0 tests=BAYES_20,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!lll-winken!ames!pasteur!ucbvax!SEI.CMU.EDU!Marc.Graham From: Marc.Graham@SEI.CMU.EDU Newsgroups: comp.lang.ada Subject: Another reason for goto Message-ID: <8901171823.AA20919@bx.sei.cmu.edu> Date: 17 Jan 89 18:23:47 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: 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. To simulate it, one issues a goto a <