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,FREEMAIL_FROM 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-06-16 17:35:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X "left hand side" repeater. Date: Mon, 16 Jun 2003 20:30:36 -0400 Organization: Michigan State University Message-ID: References: <3EE7CC70.E1FD3A67@adaworks.com> <3EECA772.4B662024@adaworks.com> NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:39302 Date: 2003-06-16T20:30:36-04:00 List-Id: Or how about [Pixel] Screen.Buffer(i) := Pixel + 1; where [Pixel] gives an idem name "Pixel" for Screen.Buffer(i) which can be used (in place of its variable) until it falls out of scope at the semi-colon. "Wesley Groleau" wrote in message news:eIydnQ7dD_77h3OjXTWJiA@gbronline.com... > - How about > {} > Doesn't match anything in the language currently. > Hard to type by accident. > If you miss the shift key, you don't get something else > legal or even that looks like a typo for something legal. > Mnemonic for it is how it's used in the Unix 'find' >