ScriptBasic:UsersGuide 9.10.1.2
From ScriptBasic
Revision as of 21:03, 10 December 2007 by Roberto lo Storto (Talk | contribs)
9.10.1.2. 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.