Open GoogleCodeExporter opened 8 years ago
Man.. I wanted to add a markup to the post and look what it's done to it. And I
don't have rights to edit it
Original comment by justn...@mail.ru
on 16 Sep 2011 at 10:56
I got the same result in groovy++ (http://groovypp.appspot.com/)
List l= [[1, 2, 3], [2, 3], [0, 2]]
.each {it.remove(1)} // [[1, 3], [2], [0]]
.collect {it + [56]} // [[1, 3, 56], [2, 56], [0, 56]]
.findAll {it.size() >= 3} // [[1, 3, 56]]
Original comment by gabriel....@googlemail.com
on 22 Sep 2011 at 8:00
Original issue reported on code.google.com by
justn...@mail.ru
on 16 Sep 2011 at 10:54