RosettaCodeData/Task/Collections/Elena/collections-3.elena
2019-09-12 10:33:56 -07:00

4 lines
121 B
Text

//Create a dictionary
var dict := new system'collections'Dictionary();
dict["Hello"] := "World";
dict["Key"] := "Value";