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 X-Google-Thread: 103376,56250291936154a0 X-Google-Attributes: gid103376,public From: Nicolas Brunot Subject: Re: Where is the elusive jump command? Date: 2000/03/21 Message-ID: <38D791EC.5E78F68F@cadwin.com>#1/1 X-Deja-AN: 600426935 Content-Transfer-Encoding: 8bit References: <38D771CA.D41AF9B5@port.ac.uk> Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: abuse@proxad.net X-Trace: nnrp3.proxad.net 953651696 213.228.55.113 (Tue, 21 Mar 2000 16:14:56 CET) Organization: Guest of ProXad - France MIME-Version: 1.0 NNTP-Posting-Date: Tue, 21 Mar 2000 16:14:56 CET Newsgroups: comp.lang.ada Date: 2000-03-21T00:00:00+00:00 List-Id: this is simply the goto statement, see language reference manual ADA95 sections 5.1(4) and 5.8(2) dis90072 a �crit: > Having learned ada for the past six months, I have found no reference to > the 'jump' command. In MSDOS you can use the 'goto' command. Even in > damn assembler you can jump. What is the equivalent in ada? I have had > enough of endless 'IF' statements and everlasting case statements. I > know it might make the program hard to follow, but I don't care! I must > have it! > Please......! > Regards, > Matt.