いろいろやってみよう
val name = "K" println(s"hello ${name} !")
for (line <- Iterator.continually(readLine()).takeWhile(_ != "quit")) { println(line) }