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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8002154d2966e1a1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-06 06:40:09 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: john.m.mann@amsjv.com (john mann) Newsgroups: comp.lang.ada Subject: Re: Local vs global variables in ADA Date: 6 Nov 2002 06:40:08 -0800 Organization: http://groups.google.com/ Message-ID: <27331d9e.0211060640.6cb14b24@posting.google.com> References: <5Ldx9.3695$151.38236@weber.videotron.net> NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1036593608 3013 127.0.0.1 (6 Nov 2002 14:40:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 6 Nov 2002 14:40:08 GMT Xref: archiver1.google.com comp.lang.ada:30449 Date: 2002-11-06T14:40:08+00:00 List-Id: Dennis Lee Bieber wrote in message news:... > And /neither/ structure really handles the form where you need a bit > of processing before you can do the test... > > > loop > preprocessing which sets flag > exit when > other processing > end loop. > Well, you could use a function to get the while test value. Couldn't you?