What\'s the Scala recipe for reading line by line from the standard input ? Something like the equivalent java code :
import java.util.Scanner; public cla
val input = Source.fromInputStream(System.in); val lines = input.getLines.collect