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,96ae138aab3beb03 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-02 08:34:38 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!cpk-news-hub1.bbnplanet.com!news.gtei.net!news.tele.dk!small.news.tele.dk!193.162.153.118!news.tele.dk!not-for-mail Message-ID: <3CFA3972.30904@yahoo.com> Date: Sun, 02 Jun 2002 17:27:46 +0200 From: David Rasmussen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020412 Debian/0.9.9-6 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Localized Variable Declaration References: <3CF77998.9040806@yahoo.com> <3CF77CDA.3090805@yahoo.com> <3CF78D3D.3030400@yahoo.com> <3CF79AAD.70501@yahoo.com> <8db3d6c8.0206011821.1e64ae72@posting.google.com> <3CF9EC9F.9020203@yahoo.com> <5ee5b646.0206020706.7f8c690c@posting.google.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Organization: TDC Internet NNTP-Posting-Host: 195.215.62.2 X-Trace: 1023031667 dtext.news.tele.dk 58779 195.215.62.2 X-Complaints-To: abuse@post.tele.dk Xref: archiver1.google.com comp.lang.ada:25203 Date: 2002-06-02T17:27:46+02:00 List-Id: Robert Dewar wrote: > David Rasmussen wrote in message news:<3CF9EC9F.9020203@yahoo.com>... > >>I have already explained the benefits. I am not saying that this is >>always better, and I know it is largely a matter of taste. But I can >>assure you that there are real-life benefits in terms of ease of >>maintenance and readability to doing this. I think it comes down to what >>you're used to. > > > > No, you have not explained why it is useful to have special > syntax to say that the scope is from here to the end, rather than > explicitly specifying the scope. I find that Sure I haven't. And that wasn't what I said. This thread is _not_ about local scopes, for me. It is about declaring variables in a just-in-time fashion when they are needed. I didn't start talking about local scopes etc. /David