You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mvankeulen edited this page Oct 2, 2013
·
2 revisions
TODO: Very incomplete.
Note: NOT has precendence over IN. I.e., ECA sees NOT word IN wordlist as (NOT word) IN wordlist. You can use NOT ( word IN wordlist ) to have the desired behaviour.
Expressions can be parenthesized: ( <expression> )