directory system\classes\dict

This defines dictionaries in J, where a dictionary is
a set of data values, accessible by key.

There are three types of dictionaries:

  jzdict   ordinary dictionary with strings as keys

  jndict   uses numeric keys

  jwdict   uses J tokens as keys, i.e. ;: (word formation)
           is used to chop the keys

The implementation is based on the Smalltalk Dictionary.

See examples in dictdemo.ijs.

Written by Simon Garland <simon_garland@gmx.net>.

For methods:

   scriptdoc 'system\classes\dict\jzdict.ijs'
