On 29/01/2013 20:31, Peter M. Brigham wrote:
... With an expression that is exclusively "ands" the first one that evaluates to false
settles the value of the expression as false, and the engine stops there and returns the value.
With "or" expressions, all the clauses have to be checked in order to decide the value.
Not true :-)
With "or" expressions, as soon as one clause is true, the whole
expression is true - so evaluation can cease.
-- Alex.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode