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 <[email protected]> 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 > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > > -- Yuvi Panda T http://yuvi.in/blog _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
