RosettaCodeData/Task/Collections/Elena/collections-3.elena
2023-07-01 13:44:08 -04:00

4 lines
121 B
Text

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