Functions for real %HASHes
by kalai[ Edit ] 2008-11-22 20:30:00
* delete - deletes a value from a hash
* each - retrieve the next key/value pair from a hash
* exists - test whether a hash key is present
* keys - retrieve list of indices from a hash
* values - return a list of the values in a hash