map.add.list
Syntax
Adds many key/value pairs to a map, each contained in a list. The two lists must be of equal length.
If a value was associated with a key previously then the value is replaced.
b - Boolean indicating success
m - map
lkey - A list as keys
lvalue - A list use as values
map.add
map.has
9.1.13