Path: utzoo!mnetor!uunet!husc6!psuvax1!gondor.cs.psu.edu!schmidt From: schmidt@gondor.cs.psu.edu (David E. Schmidt) Newsgroups: comp.lang.c Subject: Re: == vs = Message-ID: <3270@psuvax1.psu.edu> Date: 5 Feb 88 18:50:06 GMT References: <11523@brl-adm.ARPA> <1202@eneevax.UUCP> <8836@ism780c.UUCP> <910@ur-tut.UUCP> Sender: netnews@psuvax1.psu.edu Reply-To: schmidt@gondor.cs.psu.edu (David E. Schmidt) Organization: Penn State University Lines: 9 >>My conclusion: if = had been chosen for the equality operator and any two >>character symbol (e.g. ::) had been chosen for the assignment operator, ^^^^^^^^^^ >If you think :: for equality would reduce development cost, why don't you: ^^^^^^^^ > >#define :: == Because the C preprocessor would puke on it?