>
> >2- does a negation operator exist
> >for example: !(property1=a && property2=b)
>
> Don't forget Boole's law:
>
> !(property1=a && property2=b)
>
> is equivalent to
>
> property1!=a || property2!=b
>
Not really on topic, but as a logician I can't help but comment:
The logical equivalence here is called De Morgan's Law, not
Boole's Law. :)
--
J.
YAHOO! GROUPS LINKS
- Visit your group "vassalengine" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
