Newsgroups: comp.lang.c
Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cunixf.cc.columbia.edu!cunixa.cc.columbia.edu!jhz
From: jhz@cunixa.cc.columbia.edu (Jennifer H. Zemsky)
Subject: Re: The nonexistent operator (along = v. == lines)
Message-ID: <1991Apr14.031219.13114@cunixf.cc.columbia.edu>
Keywords: xor
Sender: usenet@cunixf.cc.columbia.edu (The Network News)
Nntp-Posting-Host: cunixa.cc.columbia.edu
Reply-To: jhz@cunixa.cc.columbia.edu (Jennifer H. Zemsky)
Organization: Columbia University
References: <156@revcan.UUCP> <1991Apr3.184316.11559@dg-rtp.dg.com> <1991Apr11.122102.5976@ukpoit.co.uk>
Date: Sun, 14 Apr 1991 03:12:19 GMT

In article <1991Apr11.122102.5976@ukpoit.co.uk> alan@ukpoit.co.uk (Alan Barclay) writes:
>In article <1991Apr3.184316.11559@dg-rtp.dg.com> barnettr@snaggle.rtp.dg.com (Richard Barnette) writes:
>>
>>    A B | A XOR B    A B | A AND B    A B | A AND B
>>   -----+---------  -----+---------  -----+---------
>>    F F |    F       F F |    F       F F |    F   
>>    F T |    T       F T |    T       F T |    F   
>>    T F |    T       T F |    T       T F |    F   
>>    T T |    F       T T |    T       T T |    T    
>>
>
>I take it that the A AND B table should read F,F,T,T as F AND T is F.
>-- 
>  Alan Barclay

either i missed this statement:
#define humor 1

or you really didn't recognize the middle table as A OR B, since T AND F is
also F.

--jhz

sorry, no funny sig.  maybe later.



