SUM: Cumulative sum of a series of numbers
syntax: SUM(n, x1, x2, x3, ...) or
SUM(<filename>)
Returns the cumulative sum of a series of numbers. Input can either be a
series of numbers with the first argument specifying the number of elements
in the series or a single argument specifying the name of the plain text file
containing the series of numbers with each element in the file seperated
by spaces or starting at a new line.