On Wed, May 02, 2007 at 08:33:08AM +0000, Douglas A. Gwyn wrote:
> 
> Obviously there were.
> 
> Numerous C programmers have created their own Boolean support,
> e.g.:
>       typedef int bool;
>       #define false 0
>       #define true 1

Which is exactly why a formal boolean type is *not* needed.
To paraphrase Dennis, ``If you want Pascal, you know where to
find it.''

jcs

Reply via email to