list.sum
Syntax
Get the sum of all entries in list l.
This is done using the add “+” operator in order. If that operator is not valid on the necessary entry types, an error will occur.
a - The sum of all entries in the list.
l - The list to sum.
list.sort
map.add
9.1.13