VB10 doesn't. Atleast not by default - they have keywords called
AndAlso and OrElse for short circuiting Logical operators.

On Thu, Feb 25, 2010 at 9:47 AM, Srinivas Reddy Thatiparthy
<srinivas_thatipar...@akebonosoft.com> wrote:
>>>This is because AND operator short-circuits. So when 1 < foo() is false, it
>>>terminates then and there.
>
> is there any language which doesn't short circuit and,or,(|| ,&&)?
> just curious .I never heard of any.
>
> Thanks&Regards,
> Srinivas Reddy Thatiparthy,
> Mobile:9393099772,
>
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>



-- 
Yuvi Panda T
http://yuvi.in/blog
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to