Date: Tue, 30 Mar 2004 11:24:00 +0100 (BST) From: Tony Finch <dot@dotat.at> To: Nate Lawson <nate@root.org> Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern subr_bus.c Message-ID: <Pine.SOL.4.44.0403301122110.26353-100000@yellow.csi.cam.ac.uk> In-Reply-To: <20040329235454.F78512@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 29 Mar 2004, Nate Lawson wrote: > > Parens only indicate associativity, they cannot override precedence. They can do both. a + (b + c) // overriding associativity a * (b + c) // overriding precedence They cannot control order of evaluation. -- Tony Finch <dot@dotat.at> http://dotat.at/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.44.0403301122110.26353-100000>