Decrement command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Decreases the value by 1 of a specified numeric [[working_with_macro_variables.html|macro variable]]. If the macro variable is non-numeric or is  undefined, an error is issued. </span>
<span class="f_Para">Decreases the value by 1 of a specified numeric [[Working with macro variables|macro variable]]. If the macro variable is non-numeric or is  undefined, an error is issued. </span>


'''Syntax:'''
'''Syntax:'''
Line 12: Line 12:
where ''&amp;var'' is a macro variable that may or may not already exist.
where ''&amp;var'' is a macro variable that may or may not already exist.


<span class="f_Para">The inverse of this command is [[increment_cmd.html|increment.]] A related Client function is </span><span class="f_Monospace">[[sum_function.html|&amp;&amp;sum]]</span><span class="f_Para">. </span>
<span class="f_Para">The inverse of this command is [[increment command|increment.]] A related Client function is </span><span class="f_Monospace">[[sum_function.html|&amp;&amp;sum]]</span><span class="f_Para">. </span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''

Revision as of 04:25, 29 November 2022

Action:

Decreases the value by 1 of a specified numeric macro variable. If the macro variable is non-numeric or is  undefined, an error is issued.

Syntax:

decrement &var

where &var is a macro variable that may or may not already exist.

The inverse of this command is increment. A related Client function is &&sum.

Client menu: --
Introduced: Build 57