divide <Target> by <Value>
Divides Target by Value.
An expression that evaluates to a numeric variable.
An expression that evaluates to a number.
variable tVar put 3 into tVar divide tVar by 2 -- tVar contains 1.5
Divides the number Target by Value.
Note: It is a syntax error if Target does not evaluate to a variable.