Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA
Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!zehntel!hplabs!hao!seismo!brl-tgr!tgr!cottrell@nbs-vms.ARPA
From: cottrell@nbs-vms.ARPA
Newsgroups: net.lang.c
Subject: &&=
Message-ID: <7408@brl-tgr.ARPA>
Date: Wed, 16-Jan-85 12:59:29 EST
Article-I.D.: brl-tgr.7408
Posted: Wed Jan 16 12:59:29 1985
Date-Received: Mon, 21-Jan-85 03:44:28 EST
Sender: news@brl-tgr.ARPA
Organization: Ballistic Research Lab
Lines: 10

/*
> No, 
>     many people test ints, chars, etc. For example if i and j equal
> 0x01 and 0x02 then i &= j gives i = 0, but i &&= j gives i = 1.

> Mark Aitken
> {tektronix, hp-pcd}!uoregon!marka

there is no such animal as '&&='
*/