613-518-1166 info@zimdatabases.com

ZIM Language Reference

NOT

< All Topics

Performs a Boolean NOT of a logic expression.

Syntax

NOT expression

Parameters

expression

A logic expression using conditional and Boolean operators. If the expression is complex, it must be enclosed in parentheses.

Return Value

Logical.

Comments

If expression is logically true, the entire expression, including the NOT, is logically false.

If expression is logically false, the entire expression, including the NOT, is logically true.

Example

not Population > 250000

 

See Also

Boolean Expressions

Conditional Expressions

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents