All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class Clear extends UnaryFunction
Clears the map.
map = {'x':2, 'y':3};
clear(map);
The function always returns nullValue is returned.
Since:
Jep 4.1
See Also: