&&sum

From m204wiki
Revision as of 16:55, 24 August 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the sum of the function arguments. </span> '''Syntax:''' <p class="syntax">&&sum(''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Returns the sum of the function arguments.

Syntax:

&&sum(valuevalue ...) 

where value is a numeric constant, or a macro variable.

If fewer than two arguments are passed, or if any argument has a non-numeric value, an error is issued.

See also the increment and decrement commands.

Introduced: Build 58