Node:not, Next:Null, Previous:nil, Up:Reference
(Under construction.)
operator not (b1, b2: Boolean) = Result: Boolean;or
operator not (i1, i2: integer_type) = Result: integer_type;
Boolean or bitwise negation operator.
not
is defined in ISO 7185 Pascal and supported
by all known Pascal variants.