LogicNot

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
not <Operand>
Associationscom.livecode.logic
Summary

Returns the boolean-logical value of the expression 'not Operand'

Parameters
NameTypeDescription
Operand

An expression that evaluates to a boolean value

Example
variable tBool is bool
put not not not not true into tBool is true
Values
NameTypeDescription
return

If the operand expression evaluates to true, the value of the expression is false. Otherwise, the value of the expression is true.

Description

Returns the boolean-logical value of the expression 'not Operand'

Tagslogic