not | |||||||
Type | operator | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | |||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Constant: false Operator: or, and, bitNot Function: value Glossary: operator, expression, logical | ||||||
Description | Use the not operator to reverse the meaning of a logical expression. If the value is true, not value is false, and if the value is false, not value is true. You can combine the logical operators and, or, and not in an expression. | ||||||
Tags | math |