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.7 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, INVALID_MSGID,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,14f7200925acb579,start X-Google-Attributes: gid103376,public From: Bill Dale Subject: No Go To's Forever! Date: 2000/03/21 Message-ID: <38D7B41D.B3494C6A@lmco.com>#1/1 X-Deja-AN: 600485274 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: Lockheed Martin - Missiles & Space Mime-Version: 1.0 Reply-To: william.dale.jr@lmco.com Newsgroups: comp.lang.ada Date: 2000-03-21T00:00:00+00:00 List-Id: dis90072 wrote: > > 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. Never use a GOTO - ever. At all. Anywhere. Period. OK, I'll put you down as not interested in working for me. -------------------- No-GOTO Bill