3 lines
53 B
Text
3 lines
53 B
Text
|
|
def assoc = [a:1, b:2, c:3]
|
||
|
|
assoc.each{ println it }
|