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
Currently NOT can be used only as function (NOT(true)), but not as operator (NOT true).
I think it would be better to have that option.
Also for AND and OR there are aliases && and ||, so for NOT it would be nice to have ! as alias.
Currently
NOTcan be used only as function (NOT(true)), but not as operator (NOT true).I think it would be better to have that option.
Also for
ANDandORthere are aliases&&and||, so forNOTit would be nice to have!as alias.Related to #344