RosettaCodeData/Task/Associative-array-Iteration/PowerShell/associative-array-iteration-1.psh
2023-07-01 13:44:08 -04:00

1 line
36 B
Text

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