
hash_find(+Table,+Key,-Value)

   Find the entry stored under key Key and return its value

Type
   library(hash)

Fail Conditions
   No entry for Key


