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,54889de51045a215 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-16 23:38:49 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: += in ada Date: Fri, 17 Oct 2003 06:38:49 +0000 (UTC) Organization: PVV Message-ID: References: <49cbf610.0310101231.2358762a@posting.google.com> <1066224357.499523@master.nyc.kbcfp.com> <1066231159.711433@master.nyc.kbcfp.com> <1066311805.222491@master.nyc.kbcfp.com> <3F8F3077.60402@comcast.net> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1066372729 26284 129.241.83.78 (17 Oct 2003 06:38:49 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 17 Oct 2003 06:38:49 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:1056 Date: 2003-10-17T06:38:49+00:00 List-Id: On 2003-10-17, Russ <18k11tm001@sneakemail.com> wrote: > > Two characters? Apparently you forgot about, or don't count, having to > write "Inc" in the first place. Same number of keystrokes: Inc(X); X += 1; Preben