multiply <Target> by <Value>
Multiplies Target by Value.
An expression that evaluates to a numeric variable.
An expression that evaluates to a number.
variable tVar as Number put 2 into tVar multiply tVar by 2 -- tVar contains 4
Multiplies the number Target by Value.
Note: It is a syntax error if Target does not evaluate to a variable.