NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



Operator ! (Logical Not)

Logical operator not

You may use the term "!" or "not"

Sample Source

If ! false Then
  Say "It must be true"
EndIf

Sample Source

If NOT false Then
  Say "It must be true"
EndIf

Related Function(s):
   Operator & (Logical And); Operator | (Logical Or);

Minimum version: 1.0