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

  • :integer
  • :floating
  • :complex
  • :rational
  • :quantity
  • :color
  • or  :nothing

Examples

copy
print sub 2 1 ; 1 print 5 - 3 ; 2

copy
a: 7 sub 'a 2 ; a: 5

Related