cvs commit: src/sys/kern subr_bus.c

Tony Finch dot at dotat.at
Tue Mar 30 02:24:02 PST 2004


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 at dotat.at>  http://dotat.at/



More information about the cvs-src mailing list