RosettaCodeData/Task/Collections/Elena/collections-3.elena

5 lines
121 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
//Create a dictionary
2019-09-12 10:33:56 -07:00
var dict := new system'collections'Dictionary();
dict["Hello"] := "World";
dict["Key"] := "Value";