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