What: dictionary Where: http://www.purl.org/net/bonnet/pub/dictionary.tar.gz Description: Implementation of a Tcl dictionary object type. A dictionary is equivalent to an array that is a first class object which can be used as proc arguments, inside other objects, etc. Its contents looks like a list to Tcl commands, but internally things are stored similar to a hash. Requires Tcl 8.2 or newer. Currently at v1.0.1. Updated: 01/2000 Contact: mailto:fredericbonnet@free.fr