On 6 February 2013 19:05, Ted Zlatanov [off-list ref] wrote:
On Wed, 06 Feb 2013 08:29:30 -0800 Junio C Hamano [off-list ref] wrote:
JCH> Is it ever (as opposed to "not always") possible to omit braces?
Oh yes! Not that I recommend it, and I'm not even going to touch on
Perl Golf :)
I think you are wrong. Can you provide an example?
Larry specifically wanted to avoid the "dangling else" problem that C
suffers from, and made it so that blocks are mandatory. The only
exception is statement modifiers, which are not only allowed to omit
the braces but also the parens on the condition.
Yves
--
perl -Mre=debug -e "/just|another|perl|hacker/"