From: Dmitry Y. <fir...@ya...> - 2010-01-06 08:30:26
|
Claudio Valderrama C. wrote: >> 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. Please no :-) I'd rather vote for something more explicit, e.g.: exception ex using [arguments] (<arg1>, ...) Dmitry |