def mapa=['Lodz':737000 , 'Warszawa':172000 , 'Krakow':756000]mapa.each {println it.key + ', ' + it.value}
Standard input is empty
Lodz, 737000 Warszawa, 172000 Krakow, 756000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!