- :integer
- :floating
- :complex
- :rational
- :quantity
- :object
- or :nothing
dec
decrease given value by 1
Parameters
dec value :integer :floating :complex :rational :literal :pathliteral :quantity :object
Returns
Examples
copyprint dec 5 ; 4
copya: 4 dec 'a ; a: 3