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-7-bit X-Google-Thread: 103376,a4d2751f9487bd38 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-07 14:35:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!crtntx1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Inc (was: Real data for a change in the assignment operators and Date: 7 Jul 2003 16:35:06 -0500 Organization: LJK Software Message-ID: References: <3F04F778.5090305@attbi.com> <3F09E6B8.FB19B956@somewhere.nil> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1057613682 22884 192.135.80.34 (7 Jul 2003 21:34:42 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Mon, 7 Jul 2003 21:34:42 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:40117 Date: 2003-07-07T16:35:06-05:00 List-Id: In article <3F09E6B8.FB19B956@somewhere.nil>, Gautier Write-only writes: >> >I don't expect this to end the discussion on these two issues, but I >> >hope it helps. The three calls in a row to Inc are much clearer than: >> > >> > Total := Total + 1; >> > Single(Data(I)) := Single(Data(I)) + 1; >> > Digraphs(Previous,Data(I))) := Digraphs(Previous,Data(I)) + 1; > > Alexander Kopilovitch: > >> I think Pascal language was aware of that even before Ada emerged. > > You certainly think to Borland Pascal. Yes, it was a good idea from them. > (Standard) Pascal has only "Succ" and "Pred". I was under the impression the reference was to the Pascal WITH keyword, which is quite familiar to me although I have never used Borland Pascal.