RosettaCodeData/Task/Associative-array-Iteration/PowerShell/associative-array-iteration-1.psh

2 lines
36 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
$h = @{ 'a' = 1; 'b' = 2; 'c' = 3 }