- :integer
- :floating
- :complex
- :rational
- or :nothing
mul
*
calculate the product of given values and return result
Parameters
mul valueA :integer :floating :complex :rational :literal :quantity valueB :integer :floating :complex :rational :quantity
Returns
Examples
copyprint mul 1 2 ; 2 print 2 * 3 ; 6
copya: 5 mul 'a 2 ; a: 10