- :integer
- :binary
- or :nothing
not
calculate the binary complement the given value
Parameters
not value :integer :literal :binary
Returns
Examples
copyprint not 123 ; -124
copya: 123 not 'a ; a: -124
not value :integer :literal :binary
copyprint not 123 ; -124
copya: 123 not 'a ; a: -124