not
Performs logical negation, the 'not' operation.
Syntax
not (a)
Inputs
- a
 - Logical true/false.
 
Outputs
- R
 - Not of a.
 
Example
Simple not example:
a = true
not(a)
      a = 1
R = 0
    Performs logical negation, the 'not' operation.
not (a)
Simple not example:
a = true
not(a)
      a = 1
R = 0