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,3b98a26890a2d400 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-17 09:40:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn14feed!wn12feed!worldnet.att.net!4.24.21.153!chcgil2-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Keyword "null" Question Date: 17 Jan 2003 11:40:48 -0600 Organization: LJK Software Message-ID: References: <3E281B97.76F47E30@noSpam.raytheon.com> <3E2830ED.C37F586D@praxis-cs.co.uk> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1042825162 1644 192.135.80.34 (17 Jan 2003 17:39:22 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Fri, 17 Jan 2003 17:39:22 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:33150 Date: 2003-01-17T11:40:48-06:00 List-Id: In article , Pascal Obry writes: > > Peter Amey writes: > >> Michael Bustillo wrote: >> > >> > I'm currently attempting to reverse engineer some code so that it can be >> > converted to another language, and I've run across the following: >> > >> > if SOME_EVENT_TOOK_PLACE then >> > null; >> > end if; >> > >> >> I would have thought that this is most likely a hook for some planned >> future development. > > In that case there is something very important missing... some comments ;) The entire program was not posted (thank goodness). Perhaps that segment was up to the comment standards for the rest of the program :-(