I am trying to use the Tcl dict data structure:
http://www.tcl.tk/man/tcl/TclCmd/dict.htm
But when I try to run my script, the script displays the following error:
invalid command name "dict"
I believe it is caused by my not including any Tcl packages. Which package(s) should I require to use Tcl dict?
Thanks