Introduction to the Tcl Language Clif Flynt, in Tcl/Tk (Third Edition), 2012 3.3.7 Associative Arrays The associative array is an array that uses a string to index the array elements, instead of a numeric index the way C, FORTRAN, and BASIC implement arrays. A variable is denoted as an...