Initial Import from SourceForge
This commit is contained in:
commit
d8d4f1a2bb
418 changed files with 34837 additions and 0 deletions
17
help/equalv.html
Normal file
17
help/equalv.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>equalv</TITLE></HEAD>
|
||||
<BODY>
|
||||
<h1>equalv</h1>
|
||||
<B>Category</B><p>
|
||||
<a href="test_commands.html">Test commands</a> / <a href="math_commands.html">Mathematical commands</a></B><p>
|
||||
<p>
|
||||
<B>Syntax</B><p>
|
||||
<p>
|
||||
if (equalv(vA,vB)) { .....</B><p>
|
||||
if (vA == vB) { .....<p>
|
||||
<B>Description</B><p>
|
||||
Returns true if vA is equal to vB.<p>
|
||||
<B>See also</B><p>
|
||||
<a href="equaln.html">equaln</a><p>
|
||||
</BODY></HTML>
|
||||
Loading…
Reference in a new issue