RosettaCodeData/Task/Associative-array-Iteration/Tcl/associative-array-iteration-1.tcl

8 lines
134 B
Tcl
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
array set family {
surname Miller
father John
mother Helen
daughter [list Jane Karen]
son Donald
2023-07-01 11:58:00 -04:00
}