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!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: Standard extensions (logical exclusive or) Message-ID: <5743@brl-tgr.ARPA> Date: Tue, 13-Nov-84 11:34:32 EST Article-I.D.: brl-tgr.5743 Posted: Tue Nov 13 11:34:32 1984 Date-Received: Thu, 15-Nov-84 01:53:33 EST References: <374@petsd.UUCP> <3081@alice.UUCP> <480@ncoast.UUCP> Organization: Ballistic Research Lab Lines: 6 > C programmers like to cut corners; witness all those on1 messages that > depend on && evaluating as little as possible. ??? The short-circuit behavior of && and || is a very important language feature; it is there by deliberate design. Without it, correct code for many types of loops would be quite awkward (`a la Pascal).