RosettaCodeData/Task/Associative-array-Iteration/Tcl/associative-array-iteration-1.tcl
2025-08-11 18:05:26 -07:00

7 lines
134 B
Tcl

array set family {
surname Miller
father John
mother Helen
daughter [list Jane Karen]
son Donald
}