- :integer
- :floating
- :complex
- :rational
- :quantity
- or :nothing
neg
reverse sign of given value and return it
Parameters
neg value :integer :floating :complex :rational :literal :quantity
Returns
Examples
copyprint neg 1 ; -1
copya: 5 neg 'a ; a: -5
neg value :integer :floating :complex :rational :literal :quantity
copyprint neg 1 ; -1
copya: 5 neg 'a ; a: -5