2 lines
54 B
Text
2 lines
54 B
Text
$hashtable.key1 # value 1
|
|
$hashtable['key2'] # 5
|
$hashtable.key1 # value 1
|
|
$hashtable['key2'] # 5
|