initial 1.3.0
This commit is contained in:
18
help/decrement.html
Normal file
18
help/decrement.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>decrement</TITLE></HEAD>
|
||||
<BODY>
|
||||
<h1>decrement</h1>
|
||||
<B>Category</B><p>
|
||||
<a href="math_commands.html">Mathematical commands</a><p>
|
||||
<p>
|
||||
<B>Syntax</B><p>
|
||||
<p>
|
||||
decrement(vA);<p>
|
||||
vA--;<p>
|
||||
<B>Description</B><p>
|
||||
<p>
|
||||
If the value of vA is greater than 0, then it is decreased by 1.<p>
|
||||
<B>See also</B><p>
|
||||
<a href="increment.html">increment</a><p>
|
||||
</BODY></HTML>
|
Reference in New Issue
Block a user