sum()
The sum of the values in a list.
Synopsis
sum(value-list)
Description
This function returns the sum of the values in the list passed as a parameter.
Parameters
value-list
A list-valued expression.
Returns
Returns a numerical value equal to the sum of the values in the argument list.