Associative array/Iteration: Difference between revisions

Content added Content deleted
No edit summary
Line 879: Line 879:
=={{header|Dyalect}}==
=={{header|Dyalect}}==


<lang dyalect>var t = (x = 1, y = 2, z = 3)
<lang dyalect>var t = (x: 1, y: 2, z: 3)


for x in t.keys() {
for x in t.keys() {