I'm wondering what the order of evaluation is for the following scenario.

body __sub_meta_a  some-not-costly-eval
body __sub_meta_b  a-costly-eval

meta meta_rule  (__sub_meta_a && __sub_meta_b)


under this example, which of the following happen?

a)  __sub_meta_a AND __sub_meta_b are evaluated first, followed by
meta_rule being evaluated.

b) meta_rule is checked first, then if __sub_meta_a evaluates to true,
__sub_meta_b is also evaluated, else if __sub_meta_a evals to false
__sub_meta_b isn't eval'ed.



I'm guessing the answer is probably a), but i wanted to check anyway.

-Rocky

-- 
______________________________________________________________________


what's with today, today?

Email:  [EMAIL PROTECTED]
PGP:    http://rocky.mindphone.org/rocky_mindphone.org.gpg

Attachment: signature.asc
Description: Digital signature

Reply via email to