RosettaCodeData/Task/Associative-array-Creation/PowerShell/associative-array-creation-5.ps1
2026-04-30 12:34:36 -04:00

2 lines
54 B
PowerShell

$hashtable.key1 # value 1
$hashtable['key2'] # 5