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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.42.107.146 with SMTP id d18mr20069384icp.8.1398265092122; Wed, 23 Apr 2014 07:58:12 -0700 (PDT) X-Received: by 10.140.107.35 with SMTP id g32mr415198qgf.2.1398265092071; Wed, 23 Apr 2014 07:58:12 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!c1no2603326igq.0!news-out.google.com!dz10ni19326qab.1!nntp.google.com!cm18no5644634qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 23 Apr 2014 07:58:11 -0700 (PDT) In-Reply-To: <1ehc8moozpxnj$.1twbrsmoobjry.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.145.50.10; posting-account=3_reEwoAAAC163IAIrx427KYmwahFuh9 NNTP-Posting-Host: 83.145.50.10 References: <7f1c01c5-3563-4b94-9831-152dbbf2ecdc@googlegroups.com> <1ehc8moozpxnj$.1twbrsmoobjry.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <30d850b2-6b5a-44f4-8020-b58df4366285@googlegroups.com> Subject: Re: Your wish list for Ada 202X From: =?ISO-8859-1?Q?bj=F6rn_lundin?= Injection-Date: Wed, 23 Apr 2014 14:58:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 2088 Xref: number.nntp.dca.giganews.com comp.lang.ada:186027 Date: 2014-04-23T07:58:11-07:00 List-Id: Den onsdagen den 23:e april 2014 kl. 16:06:55 UTC+2 skrev Dmitry A. Kazakov= : > On Wed, 23 Apr 2014 05:55:00 -0700 (PDT), bj=F6rn lundin wrote: =20 > V means value, not an object? A value could be ambiguous. E.g. I see now that I misinterpreted you. I did not mean value. I meant variable. object or not. as in the V in V : Integer > 123'Img Not like this > OK, considering no place for the sign as in T'Image(V), the image of a > modular and of an integer type will be same. But what about floating poin= t > types: >=20 > 12.0001000020003'Img Which take away this case, because it is not a variable. If it was, It would work like Float'Image(variable) or Long_Float'Image(Variable) depending on how varible was declared /Bj=F6rn