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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
It seems that arithmetic and relational operations are both supported. It seems also logical-and "&&" and logical-or "||" operations are supported.
However, when I tried to use "!(a1>b1)" or "not(a1>b1)", I got parse error. is logical-not operator available?
The text was updated successfully, but these errors were encountered: