All Implemented Interfaces:
ZeroLengthBehaviourI, ZeroLengthBehaviourI.DefaultZeroLengthBehaviourI, PostfixMathCommandI, Serializable

Gets the value associated with a key.
map = {'x':2, 'y':3};
get(map, 'x');
The function returns the value associated with the key. If no key is found then the behaviour is controlled according to ZeroLengthBehaviourI. If no value is associate with the key then nullValue is returned. is returned.
Since:
Jep 4.1
See Also: