RosettaCodeData/Task/Associative-array-Creation/Dyalect/associative-array-creation.dyalect

3 lines
53 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
var t = (x: 1, y: 2, z: 3)
print(t.Keys().ToArray())