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=0.7 required=5.0 tests=BAYES_00,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7d1a6bfc6489c17b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-09-02 14:10:19 PST Path: supernews.google.com!sn-xit-02!sn-east!supernews.com!news-feed.riddles.org.uk!freenix!oleane.net!oleane!newsfeed.mathworks.com!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: Robert Dewar Newsgroups: comp.lang.ada Subject: Re: exiting a bloc Date: Sat, 02 Sep 2000 21:01:51 GMT Organization: Deja.com - Before you buy. Message-ID: <8orprn$b46$1@nnrp1.deja.com> References: <39B15EA8.88DB58AB@netcourrier.com> NNTP-Posting-Host: 205.232.38.240 X-Article-Creation-Date: Sat Sep 02 21:01:51 2000 GMT X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) X-Http-Proxy: 1.0 x61.deja.com:80 (Squid/1.1.22) for client 205.232.38.240 X-MyDeja-Info: XMYDJUIDrobert_dewar Xref: supernews.google.com comp.lang.ada:481 Date: 2000-09-02T21:01:51+00:00 List-Id: In article <39B15EA8.88DB58AB@netcourrier.com>, Mathias Dolidon wrote: > for...loop > intruction; > > bloc : > begin > -- the matter is here > end bloc; > end loop; THe obvious answer is that a goto could be used, however, it is almost certain that if we saw the entire code we would suggest some other method. In particular, it is not at all clear why you are using a block at all, it appears useless but of course we do not have your entire code. Sent via Deja.com http://www.deja.com/ Before you buy.