All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class Put extends NaryFunction
Puts a key-value pair into a map.
map = {'x':2, 'y':3};
put(map, 'x', 4);
put(map, 'z', 5);
The function either returns the previous value associated with the key or the nullValue.
Since:
Jep 4.1
See Also: