레퍼런스
A simple Dictionary class for Strings.
add
Add the given number to the value currently stored at the given key.
div
Divide the given number with the value currently stored at the given key.
maxKey
Return the highest key currently used in the Dictionary.
maxValue
Return the highest number currently stored in the Dictionary.