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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bccad95d5436eaf8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!news.glorb.com!prodigy.com!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ada begginer's new problem. Date: 28 Oct 2004 05:38:27 -0500 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1098959846 23248 192.135.80.34 (28 Oct 2004 10:37:26 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Thu, 28 Oct 2004 10:37:26 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:5794 Date: 2004-10-28T05:38:27-05:00 List-Id: In article , "bubble" writes: > > 1. ��continue�� reserve word support? > Ada has no ��continue�� word. What would you like the word "continue" to mean ? If "continue" means something in another language with which you are familiar, please do not assume that we all know that language. It might actually mean different things in different languages. I see from http://h71000.www7.hp.com/doc/73final/6296/6296_profile_025.html#index_x_691 > 6.8.8 CONTINUE > > Function > > The CONTINUE statement indicates that no executable statement is present. > It causes an implicit control transfer to the next executable statement. That meaning is implicit in Ada, or you can use the statement "null;" if you are being compensated on a per-line basis :-)