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-02 22:58:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: Richard Riehle Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X Date: Mon, 02 Jun 2003 22:59:25 -0700 Organization: AdaWorks Software Engineering Message-ID: <3EDC393C.968526A@adaworks.com> References: <6a90b886.0305262344.1d558079@posting.google.com> <3ED3CCAE.C8733E2C@somewhere.nil> <8K-cnfftnpLd5UijXTWcrg@gbronline.com> <3ED8FB88.4233154E@adaworks.com> Reply-To: richard@adaworks.com NNTP-Posting-Host: 41.b2.60.30 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 3 Jun 2003 05:58:49 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:38435 Date: 2003-06-03T05:58:49+00:00 List-Id: Georg Bauhaus wrote: > Richard Riehle wrote: > : will be ambiguous when Red through Green are both directly visible. Instead, > : we might code, > : > : for I in Signal'Red .. Signal'Green ... end loop; > > Wouldn't that have to be > for I in Signal'(Red) .. Signal'(Green) ... end loop; > > -- Georg Yes. In my haste to post, I forgot my parentheses. Thanks. Richard Riehle