not

calculate the binary complement the given value


Parameters

not value :integer :literal

Returns

  • :integer
  • or  :nothing

Examples

copy
print not 123 ; -124

copy
a: 123 not 'a ; a: -124

Related