SyntaxFix
Write A Post
Hire A Developer
Questions
Another option:
def map = ['a':1, 'b':2, 'c':3] map.each{ println it.key +" "+ it.value }