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-14 11:15:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!194.25.134.62!newsfeed00.sul.t-online.de!t-online.de!newsfeed.r-kom.de!newsfeed.freenet.de!news.freenet.de!not-for-mail From: Jan Prazak Subject: Re: exit from a procedure Date: Sun, 14 Jul 2002 20:16:28 -0100 Newsgroups: comp.lang.ada Message-ID: References: User-Agent: Pan/0.11.2 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso885915 Content-Transfer-Encoding: 8bit X-Comment-To: "tmoran" NNTP-Posting-Host: 213.7.197.211 X-Trace: 1026670515 news.freenet.de 8335 213.7.197.211 X-Complaints-To: abuse@freenet.de Xref: archiver1.google.com comp.lang.ada:27084 Date: 2002-07-14T20:16:28-01:00 List-Id: 1st answer: return; ?? In a procedure? I will try it. 2nd: > One way is to raise, but never handle, an exception. OTOH if you > don't want to exit the program cleanly, but just drop everything in > whatever state it might be, try an OS call. > Your questions strongly suggest you have no book or tutorial or > sample programs to look at. Go to www.adapower.com and explore. I have some tutorials, but I'm still reading the first one, it takes much time... thanks, Jan