pugs> sub foo () { 1,2,3 }; say foo() || (4,5,6); 123 bool::true pugs> sub foo () { () }; say foo() || (4,5,6); 456 bool::true
In reply to Re: Bitten by the || bug
by TimToady
in thread Bitten by the || bug
by Tanktalus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |