Jump to content

Associative array/Iteration: Difference between revisions

m
Line 867:
 
=={{header|Elena}}==
ELENA 45.x0 :
<lang elena>import system'collections;
import system'routines;
Line 875:
{
// 1. Create
var map := new Dictionary.new();
map["key"] := "foox";
map["key"] := "foo";
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.