dictionary 1.0.1
출처 : http://www.purl.org/net/bonnet/pub Tcl 사전 객체를 구현한 패키지입니다.사전은 함수 인자로 사용되거나 다른 객체 내부에서 활용될 수 있는 배열 객체와 동등합니다. 그 내용은 Tcl 명령어에겐 리스트처럼 보이지만, 내부적으로는 해시와 유사한 방식으로 저장됩니다. 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. It's contents looks like a list to Tcl commands, b..