Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: Standard indentation? Message-ID: <9215@smoke.BRL.MIL> Date: 16 Dec 88 22:16:26 GMT References: <1988Dec8.173158.11839@utzoo.uucp> <846@starfish.Convergent.COM> <2665@cbnews.ATT.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 7 In article <2665@cbnews.ATT.COM> apc@cbnews.ATT.COM (Alan P. Curtis) writes: -YES! if(a = 3*b) is FINE. Well, sortof. -provided you right == this way: - if(3*b == a) /* notice reversedness */ -Then one cannot be confused. Who cannot be confused??