What about...
$a--&&do{do_something()};
If $a isn't 1, you could do this, too:
$a&&($a=0)||do{do_something()};
Right? I'm surprised noone's mentioned it, unless I'm missing something...
Patrick
What about...
$a--&&do{do_something()};
If $a isn't 1, you could do this, too:
$a&&($a=0)||do{do_something()};
Right? I'm surprised noone's mentioned it, unless I'm missing something...
Patrick