1. Re: Short Circuiting
- Posted by Andy Kurnia <akur at DELOS.COM> Jun 25, 1998
- 629 views
>Date: Wed, 24 Jun 1998 08:53:48 -0400
>From: Robert B Pilkington <bpilkington at JUNO.COM>
>Subject: Re: Short Circuiting
>
>Actually, in Ralf's code fragment there, that() was meant to be called.
There'll be a difference between:
if that() and this then
and
if this and that() then
In the first version that() will get called all the time

