tcl的 array命令;
The list of indices returned by the array names command can be used to iterate through the
content of an array.
Syntax: array names arrayName ?pattern?
Returns a list of the indices used in this array.
arrayName The name of the array.
pattern If this option is present, array names will return only
indices that match the pattern. Otherwise, array names
returns all the array indices.