Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!dsill@NSWC-OAS.arpa From: dsill@NSWC-OAS.arpa (Dave Sill) Newsgroups: comp.lang.c Subject: Re: == vs = Message-ID: <11523@brl-adm.ARPA> Date: 28 Jan 88 17:24:38 GMT Sender: news@brl-adm.ARPA Lines: 17 In article <558@cerebus.UUCP> Greg Shubin writes: > brain thinks: "if x is equal to y then ... " brain applies "C-mode" transform to above thought to convert the abstract logical expression to C code. oops, there's a bug in the transform causing ... > fingers type: "if (x = y) ..." instead of "if (x == y) ..." Does it make sense to change the language because some people have a problem making the abstract <=> real transformation? ========= The opinions expressed above are mine. "The limits of my language mean the limits of my world." -- Ludwig Wittgenstein