PERFORMS THE LOGICAL NEGATION OF A LOGICAL EXPRESSION
ACTION
The operator returns the logical negation of a logical expression:
TRUE when the expression is FALSE,
FALSE when the expression is TRUE.
SYNTAX:
NOT(L)
USE ERROR EXAMPLE
dim a
a=1
if not(a<>1) then print "a is 1"
NOT
NOT
SEE ALSO
IF
THEN
ELSE
END_IF
WHILE
END_WHILE
REPEAT
UNTIL
AND
OR