Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcsun!hp4nl!star.cs.vu.nl!roemer From: roemer@cs.vu.nl (Roemer Lievaart) Newsgroups: comp.lang.c++ Subject: Re: Time to standardize "true" and "false" Keywords: true false C C++ Message-ID: <3382@draak.cs.vu.nl> Date: 26 Sep 89 20:35:47 GMT References: <13730@well.UUCP> <20024@usc.edu> Distribution: comp Organization: V.U. Informatica, Amsterdam, the Netherlands Lines: 6 blarson@basil.usc.edu (bob larson) writes: >> I would suggest that the standardized definition be >> const boolean (false=0, true=1); false=(0==1), true=(0==0)