Core Function Sum

From Sputnik Wiki
Revision as of 12:37, 14 June 2015 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Sum( <expressions> )

Contents

Description

Returns the sum of all the parameters.

Parameters

expressions

Any number of valid numeric expressions.

Return Value

Returns the sum of all the parameters.

Remarks

None.

Example

println(   Sum(100, 200, 300)   ); // Prints 600
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox