Initial Import from SourceForge

This commit is contained in:
D'Hulster Thierry 2016-08-01 18:38:34 +02:00
commit d8d4f1a2bb
418 changed files with 34837 additions and 0 deletions

18
help/div_n.html Normal file
View file

@ -0,0 +1,18 @@
<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>