From: Claudio V. C. <cv...@us...> - 2010-01-06 03:49:22
|
> -----Original Message----- > From: Adriano dos Santos Fernandes [mailto:adr...@gm...] > Sent: Martes, 05 de Enero de 2010 13:32 > > Dmitry Yemanov wrote: > > > > Why ambiguous, provided that parenthesis would be mandatory? > > > Because I can already do: > exception ex ('replacement text'); > > That means different thing than: > > exception ex ('single parameter'); And what's wrong with using another delimiter instead of a pair of parentheses? Square brackets [], angle brackets (the beloved < and > of Dmitry S), curly braces {}, etc. C. |