The nonexistent operator (along = v. == lines)

Jennifer H. Zemsky jhz at cunixa.cc.columbia.edu
Sun Apr 14 13:12:19 AEST 1991


In article <1991Apr11.122102.5976 at ukpoit.co.uk> alan at ukpoit.co.uk (Alan Barclay) writes:
>In article <1991Apr3.184316.11559 at dg-rtp.dg.com> barnettr at 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.






More information about the Comp.lang.c mailing list