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
Name | Type | Description |
---|---|---|
Operand | An expression that evaluates to a boolean value |
Examples
variable tBool is bool
put not not not not true into tBool is true