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-Thread: a07f3367d7,c689b55786a9f2bd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: for S'Image use Func?? Date: Fri, 07 May 2010 16:53:18 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1ojboulapml8w$.1w5gfpk45kh72.dlg@40tude.net> <82ljbwm30w.fsf@stephe-leake.org> <4be47bb1$0$6874$9b4e6d93@newsspool2.arcor-online.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1273265584 5498 192.74.137.71 (7 May 2010 20:53:04 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 7 May 2010 20:53:04 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:SQT158kd1Xw9s1jODYMFJfIdFCQ= Xref: g2news2.google.com comp.lang.ada:11394 Date: 2010-05-07T16:53:18-04:00 List-Id: Georg Bauhaus writes: > If this move favors placing the semantically first part of an > expression last, at the end, in the "by the way" position, > will Ada at last become a writer's favorite? > > - ((71)'Val & 'e' & TLD (3221233671))'Img Well, that's a good point. I guess I agree that Image(...) is more readable than (...).Image or something like that. - Bob