Skip to main content

LogicNot

Type

operator

Summary

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

Syntax

not <Operand>

Description

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

Parameters

NameTypeDescription

Operand

An expression that evaluates to a boolean value

Examples

variable tBool is bool
put not not not not true into tBool is true

Value

NameTypeDescription

return

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

            Otherwise, the value of the expression is true.
Thank you for your feedback!

Was this page helpful?