4 lines
121 B
Text
4 lines
121 B
Text
//Create a dictionary
|
|
var dict := new system'collections'Dictionary();
|
|
dict["Hello"] := "World";
|
|
dict["Key"] := "Value";
|