Multiplication operator (*)

[<<<] [>>>]

The multiplication operator multiplies the operands. If any of the operands are undef, the result is also undef. If any of the operands is real, then the result is real, otherwise it is integer. The string operands are converted to numbers.


[<<<] [>>>]