sum
builtin-function
(sum seq)
Returns the sum of elements in seq.
seq
make-html > (sum '(1 2 3 4)) it: 10