object Main extends App { val l = 1 to 10 map (2 ^ _) filter (_ > 4) println(l)}
Standard input is empty
Vector(6, 7, 5, 10, 11, 8)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!