map.add
Syntax
Adds a key/value pair to a map.
If a value was associated with the key akey previously, then the value is replaced with avalue.
b - Boolean indicating success
m - map
akey - value used as the key
avalue - value associated with the key akey
list.sum
map.add.list
9.1.13