Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: cond. op. on ='s LHS Message-ID: <15252@smoke.brl.mil> Date: 19 Feb 91 23:28:09 GMT References: <1196@sheol.UUCP> <15231@smoke.brl.mil> <59582@aurs01.UUCP> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article <59582@aurs01.UUCP> throop@aurs01.UUCP (Wayne Throop) writes: >> gwyn@smoke.brl.mil (Doug Gwyn) >> if ( a == b ) c = 1; else d = 1; Actually I would never recommend the one-line format that you compressed this to.