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 X-Google-Thread: 103376,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-19 05:26:18 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!sn-xit-09!supernews.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X Date: Thu, 19 Jun 2003 12:24:44 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3EE7CC70.E1FD3A67@adaworks.com> <3EECA772.4B662024@adaworks.com> <5115eb96.0306181631.1d70482b@posting.google.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: tyfon.itea.ntnu.no 1056025484 23111 129.241.83.78 (19 Jun 2003 12:24:44 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 19 Jun 2003 12:24:44 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:39445 Date: 2003-06-19T12:24:44+00:00 List-Id: Amir Yantimirov wrote: > While not omit := at all and use postfix operator in expression: > > X# + A; > min ( X#, 0 ); > X# + # * 2; > X#.Next; > > Er, too C-ish. (Or C#-ish ?) Then so: I don't know. I only know that I don't understand one of the lines above. What are they supposed to express? -- �It's probably worth pointing out that C's pointer arithmetic is not only dangerous, and a significant source of errors, but it also makes programs run slower.� - James Kanze on comp.lang.ada,comp.lang.c++.moderated