- :integer
- :floating
- :complex
- :rational
- :quantity
- :color
- or :nothing
sub
-
subtract given values and return result
Parameters
sub valueA :integer :floating :complex :rational :literal :quantity :color valueB :integer :floating :complex :rational :quantity :color
Returns
Examples
copyprint sub 2 1 ; 1 print 5 - 3 ; 2
copya: 7 sub 'a 2 ; a: 5