sum
-
function
-
The
sum
function returns the sum of all of its parameters, all of the items in a list, or all of the text items in a string. Empty items are ignored. -
Examples: +
put the sum of [2,9,6,5] —> 22
put sum(1,3," 5, 7,9", [4,2]) —> 31
-
Related: average, median