RosettaCodeData/Task/Associative-array-Iteration/PowerShell/associative-array-iteration-1.ps1
2026-04-30 12:34:36 -04:00

1 line
36 B
PowerShell

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