From: Dimitry S. <sd...@ib...> - 2010-01-05 16:31:18
|
> Adriano dos Santos Fernandes wrote: > >>> If that exception is thrown in the new way [exception e1 ('foo', 'bar')] >> And this is ambiguous syntax, with [exception e1<expr>] syntax when >> only one parameter is used. > > Why ambiguous, provided that parenthesis would be mandatory? In expressions they are optional, but still not prohibited. Consider this: exception e1 (StringOne || String Two); SY, SD. |