sum¶ Syntax¶ sum(value_list) Parameters¶ value_list A list-valued expression. Returns¶ Returns a numerical value equal to the sum of the values in the argument list. Description¶ This action returns the sum of the values in the list passed as a parameter. See Also¶ max min prod