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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3ef07b2a9707133a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-16 01:30:22 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: gautier_niouzes@hotmail.com (Gautier) Newsgroups: comp.lang.ada Subject: Re: exit from a procedure Date: 16 Jul 2002 01:30:21 -0700 Organization: http://groups.google.com/ Message-ID: <17cd177c.0207160030.38b492e8@posting.google.com> References: <3d32bb2d.14256746@news.essex.ac.uk> NNTP-Posting-Host: 194.40.39.20 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1026808222 13682 127.0.0.1 (16 Jul 2002 08:30:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Jul 2002 08:30:22 GMT Xref: archiver1.google.com comp.lang.ada:27135 Date: 2002-07-16T08:30:22+00:00 List-Id: Jan Prazak: > But I think it's clearer in Pascal, there it's "exit" I'm afraid you won't find any "exit" in Pascal ( see ISO specification in... http://www.moorecad.com/standardpascal/home.html ), only in some dialects. > (a loop exit is called "quit" there). On which Pascal dialect did you find a "quit" for exiting loops ? BTW an unfortunate naming if so... If I rembember well Turbo Pascal 7 and later had a "break". Anyway, why not make your own "Ada-J" preprocessor to translate into Ada namings from what you want: E.g. "take_the_door", "switch_off", "shut_up", etc. ____________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/index.htm#Ada NB: For a direct answer, address on the Web site!