Associative array/Creation: Difference between revisions

m
(add FreeBASIC)
Line 1,060:
Dyalect has a <code>Tuple</code> data type which allows to add labels to values:
 
<lang dyalect>var t = (x =: 1, y =: 2, z =: 3)
print(t.keys())</lang>
 
Anonymous user