RosettaCodeData/Task/Associative-array-Iteration/Jactl/associative-array-iteration-1.jactl

3 lines
53 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
def assoc = [a:1, b:2, c:3]
assoc.each{ println it }