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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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-06-20 00:57:43 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-04!sn-xit-01!sn-xit-08!supernews.com!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.tu-darmstadt.de!fu-berlin.de!uni-berlin.de!dialin-145-254-041-024.arcor-ip.NET!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X "left hand side" repeater. Date: Fri, 20 Jun 2003 10:00:30 +0200 Organization: At home Message-ID: References: <3EECA772.4B662024@adaworks.com> <-dycnQfc3Pl_tmyjXTWJjw@gbronline.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: dialin-145-254-041-024.arcor-ip.net (145.254.41.24) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: fu-berlin.de 1056095861 24674421 145.254.41.24 (16 [77047]) User-Agent: KNode/0.7.1 Xref: archiver1.google.com comp.lang.ada:39484 Date: 2003-06-20T10:00:30+02:00 List-Id: Chad R. Meiners wrote: > "Preben Randhol" wrote in message > news:slrnbf3anv.hi.randhol+abuse@kiuk0152.chembio.ntnu.no... >> Wesley Groleau wrote: >> > >> > Hmmm. It does make sense that way. Perhaps the ambiguity >> > is an argument against it. :-) >> >> I would think so :-) > > So back to > > [Pixel] Screen.Buffer(i) := Pixel + 1; Or stealing loop's naming syntax: Pixel : Screen.Buffer(i) := Pixel + 1; Better to leave [] for further operation set extensions (if any would happen). -- Regards, Dmitry A. Kazakov www.dmitry-kazakov.de