This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
master
RosettaCodeData
/
Task
/
Associative-array-Creation
/
PowerShell
/
associative-array-creation-2.psh
5 lines
120 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
langs a-z
2013-04-10 22:43:41 -07:00
$hashtable = @{
"key1" = "value 1"
September Morn Update
2019-09-12 10:33:56 -07:00
key2 = 5 # if the key name has no spaces, no quotes are needed.
langs a-z
2013-04-10 22:43:41 -07:00
}
Reference in a new issue
Copy permalink