A hashtable provides efficient (expected constant time) lookup and storage of key/value pairs. Keys are compared for equality, and a hashing function is used to reduce the number of comparisons made. The literal syntax is covered in Hashtable syntax.
Words for constructing hashtables are in the hashtables vocabulary. Hashtables implement the Associative mapping protocol, and all Associative mapping operations can be used on them; there are no hashtable-specific words to access and modify keys, because associative mapping operations are generic and work with all associative mappings.