Mathematical commands
Syntax
div.n(vA,vB);
vA /= vB;
vA = vA / vB;
Description
vA is divided by vB. The result is rounded down. If you divide by 0, the interpreter will crash.
See also
div.n