in reply to Re^16: What esteemed monks think about changes necessary/desirable in Perl 7 outside of OO staff
in thread What esteemed monks think about changes necessary/desirable in Perl 7 outside of OO staff
# Original if (X) { Y; } # Postfix if Y if X; # Low-precedence and X and Y;
Low precedence and has the advantage that it is ordered "X, Y" instead of "Y, X".
|
|---|