Syntax:
multiply {variable} by {value} [giving {variable}]
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKMultiply.class
Runtime handler(s):
net.eclecity.linguist.basic.keyword.BasicHMultiply.class
Function:
Multiplies a variable by a value. The result can optionally be placed in a second variable without affecting the first.
Example(s):
multiply N by 2 multiply Count by Width giving NewPosition