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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,57f8540942f8e060 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!u-picardie.fr!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Initialization and Finalization of limited object "returned" by a function Date: Fri, 12 Feb 2010 19:59:53 -0600 Organization: Jacob Sparre Andersen Message-ID: References: <41b794ec-26b0-485e-a959-580a5b877a3b@f15g2000yqe.googlegroups.com> <8e09c20d-172e-42a2-b2ff-994863893523@h12g2000yql.googlegroups.com> <2iv3lh.c8d.ln@hunter.axlog.fr> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1266026394 24658 69.95.181.76 (13 Feb 2010 01:59:54 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Sat, 13 Feb 2010 01:59:54 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5843 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Xref: g2news1.google.com comp.lang.ada:9187 Date: 2010-02-12T19:59:53-06:00 List-Id: "Jean-Pierre Rosen" wrote in message news:2iv3lh.c8d.ln@hunter.axlog.fr... > Robert A Duff a �crit : > > Aggregates should use "[" and "]", so there's no confusion. >> An empty aggregate would be "[ ]", and a singleton >> would be "[X]". As far as I know, the only reason >> this wasn't done was because of keyboards/character sets >> that didn't have those characters. But that's a bogus >> reason -- it could be done just like the stuff in J.2. >> > It shows your age when you think you started programming on a TTY-33... That would have been an improvement. My freshman year at UW, my first real programming used Univac keypunches. They didn't even have lower case characters initially. But those were gone after a year or so; they introduced an ASCII compiler with a lot of fanfare (and incompatibility - characters took up 3 more bits). Randy.