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/