hi,

We now can say :

$x = 10 if $y > 12;

It will be good if this also work.( i.e. block before if ).

{$x =10; $z =15} if $y > 12; 

or

$x =10, $z =15 if $y > 12; # 8 click shorter

instead of this :

if ($y > 12) {$x =10; $z =15} ; 

4 keyboard click shorter -  Shift+(  and Shift+)

=====
iVAN
[EMAIL PROTECTED]
=====

Reply via email to