Next: , Previous: nil, Up: Reference



not

(Under construction.)

Synopsis

     operator not (b1, b2: Boolean) = Result: Boolean;

or

     operator not (i1, i2: integer_type) = Result: integer_type;

Description

Boolean or bitwise negation operator.

Conforming to

not is defined in ISO 7185 Pascal and supported by all known Pascal variants.

Example

See also

Keywords.