Equana
Under the Hood
Features
Examples
Docs
Try It Free
Log in
Reference
/
Logical
🔀
Logical
Boolean logic operators.
and
Logical AND.
and(a, b) → true if both a and b are truthy
not
Logical NOT.
not(x) → true if x is falsy
or
Logical OR.
or(a, b) → true if either a or b is truthy