Re: feature request (&&/|| shortcut)

2011-01-06 Thread Ondrej Zajicek
On Sun, Jan 02, 2011 at 05:29:08PM +0100, Arnold Nipper wrote: > It looks like BIRD logical && operator is not doing a shortcut. I.e even > if you have s.th. like > > if 0 && $some_complex_expression then ... > if 1 || $some_complex_expression then ... > > BIRD will try to evaluate $some_complex_

Re: feature request (&&/|| shortcut)

2011-01-05 Thread Arnold Nipper
on 02.01.2011 17:29 Arnold Nipper wrote: > First of all a Happy New Year and a prosperous and successfull 2011 to > everyone! May all your wishes come through! > > > It looks like BIRD logical && operator is not doing a shortcut. I.e even > if you have s.th. like > > if 0 && $some_complex_expre

feature request (&&/|| shortcut)

2011-01-02 Thread Arnold Nipper
First of all a Happy New Year and a prosperous and successfull 2011 to everyone! May all your wishes come through! It looks like BIRD logical && operator is not doing a shortcut. I.e even if you have s.th. like if 0 && $some_complex_expression then ... if 1 || $some_complex_expression then ...