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
Thank you for your feedback!

Was this page helpful?