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

2 lines
36 B
Plaintext

$h = @{ 'a' = 1; 'b' = 2; 'c' = 3 }