qt-agistudio/help/div_n.html

19 lines
399 B
HTML
Raw Normal View History

2019-05-01 17:46:38 -04:00
<HTML>
<HEAD>
<TITLE>div.n</TITLE></HEAD>
<BODY>
<h1>div.n</h1>
<B>Category</B><p>
<a href="math_commands.html">Mathematical commands</a><p>
<B>Syntax</B><p>
<p>
div.n(vA,B);<p>
vA /= B;<p>
vA = vA / B;<p>
<B>Description</B><p>
<p>
vA is divided by B. The result is rounded down. If you divide by 0, the interpreter will crash.<p>
<B>See also</B><p>
<a href="div_v.html">div.v</a><p>
</BODY></HTML>