RosettaCodeData/Task/Associative-array-Creation/PowerShell/associative-array-creation-5.psh
2023-07-01 13:44:08 -04:00

2 lines
54 B
Text

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