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,14f7200925acb579 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: No Go To's Forever! Date: 2000/03/22 Message-ID: #1/1 X-Deja-AN: 600890330 Sender: bobduff@world.std.com (Robert A Duff) References: <38D7B41D.B3494C6A@lmco.com> <8b8m2e$8201@news.cis.okstate.edu> <8b9fk3$l18$1@nnrp1.deja.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-03-22T00:00:00+00:00 List-Id: Robert Dewar writes: > loop > > if ... then goto Continue; > > <> null; > end loop; This sort of example is more convincing if you make the if statement more deeply nested. - Bob