Multiplies two decimal integer numbers.
TCL-I command.
MULD n m
n is a decimal number; the multiplicand.
m is a decimal number; the multiplier.
Negative decimal numbers are specified by typing a minus sign immediately prior to the first digit of the number.
The largest numbers that this process handles are:
+140,737,488,355,327
-140,737,488,355,327
:MULD 40 100
4000
:MULD 40 -100
-4000