Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!caip!topaz!bentley!kwh From: kwh@bentley.UUCP (KW Heuer) Newsgroups: net.lang.c Subject: Re: Boolean Operators Slighted in C Message-ID: <827@bentley.UUCP> Date: Thu, 15-May-86 23:18:39 EDT Article-I.D.: bentley.827 Posted: Thu May 15 23:18:39 1986 Date-Received: Sat, 17-May-86 05:02:11 EDT References: <1776@sdcsvax.UUCP> Organization: AT&T Bell Laboratories, Liberty Corner Lines: 5 In article <1776@sdcsvax.UUCP> hutch@sdcsvax.UUCP writes: >well now for ||= you can use |= ... I think the intent was that "v ||= e" would not evaluate e if v were already true. (Same as "v = v || e".)