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-Thread: 103376,abaec53fd41aec4e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!news.banetele.no!dotsrc.org!news.dotsrc.org!not-for-mail Newsgroups: comp.lang.ada Subject: Re: I don't know what the compiler wants to tell me References: <20051103214759.6d049f90@localhost> <2AFaf.707$xD6.38899@news.xtra.co.nz> Message-ID: From: "Martin Krischik" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Fri, 04 Nov 2005 19:55:28 +0200 User-Agent: Opera M2/8.50 (Win32, build 7700) Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 213.154.204.74 X-Trace: news.sunsite.dk DXC=D9:S5daR30PdP5V:_8RJBabH=;O^i0GOe`^3Q0@8]fPl=F>EW4@DPQW;=9 X-Complaints-To: staff@sunsite.dk Xref: g2news1.google.com comp.lang.ada:6208 Date: 2005-11-04T19:55:28+02:00 List-Id: Am 04.11.2005, 11:14 Uhr, schrieb Lurker : >> > while Irq = False -- infinite loop until an external task does >> >> This (Irq = False) generally indicates a lack of understanding of > Booleans. > Very true, I've even seen some constructs like this: > If x = true then > y = true > else > y = false > end Seen thatin C and C++ as well. Such a common supidity. Martin