On Fri, 11 Oct 2002, [iso-8859-9] Vmer Yalh} wrote: > Tony K|bek, hi > > I am sure, as a matter of fact I had to change the code to this to make > it work: > > instead of: if(x < 0) > I had to write: if(0 > x) > > The second line works without any problems. Unbelievable. Quite the contrary. Having written a C compiler, I can tell you that simple mathematical axioms like this lose their absoluteness as they're filtered by a parser! Scott -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.