Associative array/Creation: Difference between revisions

m
Line 1,036:
 
=={{header|Elena}}==
ELENA 45.0:
<lang elena>import system'collections;
Line 1,042:
{
// 1. Create
var map := new Dictionary.new();
map["key"] := "foox";
map["key"] := "foo";
Anonymous user