Associative array/Iteration: Difference between revisions

m (→‎{{header|UNIX Shell}}: not just two)
 
Line 4,327:
 
{{works with|ksh93}}
{{works with|bash|4.0 and above}}
<syntaxhighlight lang="bash">typeset -A a=([key1]=value1 [key2]=value2)
 
1,934

edits