Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!alice!ark From: ark@alice.UUCP (Andrew Koenig) Newsgroups: net.lang.c Subject: Re: Standard extensions (logical exclusive or) Message-ID: <3081@alice.UUCP> Date: Wed, 7-Nov-84 10:35:39 EST Article-I.D.: alice.3081 Posted: Wed Nov 7 10:35:39 1984 Date-Received: Fri, 9-Nov-84 06:12:26 EST References: <374@petsd.UUCP> Organization: AT&T Bell Laboratories, Murray Hill Lines: 13 Joseph Orost suggests a new operator ^^ such that a^^b would be equivalent to a? (b?0:1): (b?1:0) What is wrong with writing a!=b for this purpose?