Tutorial by Topics: dictionaries

Some examples in this topic might have a different order when used because dictionary order is not guaranteed.
A dictionary represents a collection of keys and values. See MSDN Dictionary(Tkey, TValue) Class.
Dictionaries in Tcl are values that hold a mapping from arbitrary values to other arbitrary values. They were introduced in Tcl 8.5, though there are limited versions for (the now unsupported) Tcl 8.4. Dictionaries are syntactically the same as lists with even numbers of elements; the first pair o...

Page 1 of 1