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,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-28 13:02:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!lnsnews.lns.cornell.edu!news.litech.org!cox.net!news-xfer.cox.net!news.telebyte.nl!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!btnet-peer1!btnet-peer0!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X Date: Wed, 28 May 2003 20:01:19 +0000 (UTC) Organization: BT Openworld Message-ID: References: <6a90b886.0305262344.1d558079@posting.google.com> <3ED41344.7090105@spam.com> <3ED46D81.FF62C34F@0.0> <3ED46E07.4340CABC@0.0> <3ED4F3FD.A0EF7079@alfred-hilscher.de> <3ED4ECFC.5060000@cogeco.ca> NNTP-Posting-Host: host213-123-124-188.in-addr.btopenworld.com X-Trace: hercules.btinternet.com 1054152079 1712 213.123.124.188 (28 May 2003 20:01:19 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Wed, 28 May 2003 20:01:19 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal X-Priority: 3 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:37939 Date: 2003-05-28T20:01:19+00:00 List-Id: "Robert A Duff" wrote in message news:wccof1msy08.fsf@shell01.TheWorld.com... > > Approach 2: > > declare > > x : XT renames complex.express(ion); > > begin > > x := x + 1; > > end; > > Yuck again. Five lines of code to do an increment?! > > I'm not complaining about typing it in, I'm complaining about having to > read a whole lot of code that doesn't do much of anything. And doesn't work if there is a variant record (I think...)