Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!caip!lll-crg!seismo!brl-adm!brl-smoke!smoke!gwyn@BRL.ARPA From: gwyn@BRL.ARPA (VLD/VMB) Newsgroups: net.lang.c Subject: Re: Boolean Operators Slighted in C Message-ID: <726@brl-smoke.ARPA> Date: Fri, 9-May-86 16:31:32 EDT Article-I.D.: brl-smok.726 Posted: Fri May 9 16:31:32 1986 Date-Received: Sun, 25-May-86 06:27:45 EDT Sender: news@brl-smoke.ARPA Lines: 4 One can define "bool" to be a variety of things, including an enumeration type, but as C was designed the result of a relational expression (for example) is an int; that's what Boolean data in C really "is".