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,56250291936154a0 X-Google-Attributes: gid103376,public From: randhol@pvv.org (Preben Randhol) Subject: Re: Where is the elusive jump command? Date: 2000/03/21 Message-ID: #1/1 X-Deja-AN: 600488085 References: <38D771A8.574092EB@port.ac.uk> X-Complaints-To: usenet@itea.ntnu.no X-Trace: kopp.stud.ntnu.no 953661265 20942 129.241.83.82 (21 Mar 2000 17:54:25 GMT) Organization: Norwegian university of science and technology User-Agent: slrn/0.9.6.2 (Linux) NNTP-Posting-Date: 21 Mar 2000 17:54:25 GMT Newsgroups: comp.lang.ada Date: 2000-03-21T17:54:25+00:00 List-Id: On Tue, 21 Mar 2000 12:57:13 +0000, dis90072 wrote: >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 In stead of the goto (or jump) command you should redesign your program and use more procedures/functions/pacakges. -- Preben Randhol -- [randhol@pvv.org] -- "Det eneste trygge stedet i verden er inne i en fortelling." -- Athol Fugard