danielpetisme

Untitled

Dec 5th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. myMap = [1:"One", 2:"Two", 3:"Three"]
  2.  
  3. for(entry in myMap){
  4.   println entry.key + " " + entry.value
  5. }
Advertisement
Add Comment
Please, Sign In to add comment