Multiply one number by another.
variant mul <variant:arg1> <variant:arg2>
| Name | Type | Comment |
|---|---|---|
| arg1 | variant | The first number to be multiplied. |
| arg2 | variant | The second number to be multiplied. |
mul. See comments for add.
The value of arg1 multiplied by arg2, in the data type of arg1.
None.