next | previous | forward | backward | up | top | index | toc | home

Dictionary -- the class of all dictionaries

Description

A dictionary is a special sort of hash table whose keys are the strings, and whose values are the corresponding symbols.
i1 : Core.Dictionary # "sin"

o1 = sin

o1 : Symbol
i2 : Core.Dictionary #? "sin"

o2 = true

Types of dictionary :

Methods that use a dictionary :

For the programmer

The object Dictionary is a type, with ancestor class Thing.