fork(10) download
  1.  
  2. def person = [fname: "john", sname: "smith", age: 25]
  3.  
  4. println person.keySet().last()
  5. println person.entrySet().last()
Success #stdin #stdout 1.63s 128988KB
stdin
Standard input is empty
stdout
age
age=25