I should rephrase that. If condition 1 and/or 2 involve long time consuming evaluations, there would be an advantage the putting conditions 3 and 4 in parens, since they would be evaluated first, saving time in some instances. But the way to do that is put your time consuming evaluations last where they will be evaluated last by natural order.
Bob > Doesn't matter. It's like saying 1 + 2 + (3 + 4). That is why they use + as > the AND operator in boolean logic. > > Bob > > > On Jan 27, 2013, at 10:39 AM, Peter Haworth wrote: > >> The manual says the grouping operator (parens) has the highest precedence >> so does this mean (cond3 and cond4) will be evaluated before cond1 and >> cond2? >> >> Just curious. > _______________________________________________ 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