Syntax
Add a value to a map. If a value was associated with the key k previously, then the value is replaced with a.
b - Boolean indicating success
m - map
k - number or string used as the key
a - value associated with the key k