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,a00006d3c4735d70 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-11 07:17:03 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news-out1.nntp.be!propagator2-sterling!propagator3-cogent!news-in-sterling.newsfeed.com!tdsnet-transit!newspeer.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Certified C compilers for safety-critical embedded systems Date: 11 Jan 2004 09:16:59 -0600 Organization: LJK Software Message-ID: References: <40016052.60703@noplace.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1073834218 20406 192.135.80.34 (11 Jan 2004 15:16:58 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sun, 11 Jan 2004 15:16:58 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:4334 Date: 2004-01-11T09:16:59-06:00 List-Id: In article <40016052.60703@noplace.com>, Marin David Condic writes: > if (Date = Jan_30_2004) then > for (X in All_Elligible_Citizens'Range) loop > Put_Line (All_Elligible_Citizens (X).Name) ; > end loop ; > end if ; > > That ought to print the name of the next President well in advance of > the actual election. ;-) It depends on the specification of "All_Elligible_Citizens". I would prefer "All_Citizens_Who_Will_Be_Eligible_At_The_Future_Date" so as not to exclude some 34 year olds who have a pending birthday.