not

Typeoperator
DictionaryLCS
LibraryLiveCode Script
Syntax
not <value>
Summary

Negates a logical value.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
value

True or false, or an expression that evaluate to true or false.

Example
not true -- evaluates to false
set the visible of me to not the visible of me
RelatedConstant: 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.

Tagsmath