RosettaCodeData/Task/Associative-array-Creation/Arturo/associative-array-creation.arturo

9 lines
103 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
; create a dictionary
d: #[
2026-04-30 12:34:36 -04:00
name: "john"
surname: "doe"
age: 34
2023-07-01 11:58:00 -04:00
]
print d