Associative array/Creation: Difference between revisions

m (→‎{{header|Picat}}: Added {{out}})
Line 2,712:
 
<lang dyalect>var t = (x: 1, y: 2, z: 3)
print(t.Keys().ToArray())</lang>
 
{{out}}
 
<pre>{[x, y, z}]</pre>
 
=={{header|E}}==
Anonymous user