NQL bitwise operators
Operator
Definition
Examples
and
Logical conjunction
name == "abc" and size > 10
or
Logical disjunction
name == "abc" or size > 10
Last updated
and
Logical conjunction
name == "abc" and size > 10
or
Logical disjunction
name == "abc" or size > 10
Last updated