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: <3085@alice.UUCP> Date: Thu, 8-Nov-84 15:13:20 EST Article-I.D.: alice.3085 Posted: Thu Nov 8 15:13:20 1984 Date-Received: Sat, 10-Nov-84 07:19:23 EST References: <376@petsd.UUCP> Organization: AT&T Bell Laboratories, Murray Hill Lines: 8 Joseph Orost suggested that there should be a ^^ operator for logical exclusive-or, and I suggested that writing a!=b would work. I blew it. But this one works: !a != !b