scala (2.10.3) REPL의 마지막 버전에서는 REPL에서 exit
종료하도록 입력 할 수 있습니다 . 그러나 Scala 2.11.0에서는 작동하지 않습니다.
$ scala
Welcome to Scala version 2.11.0 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_51).
Type in expressions to have them evaluated.
Type :help for more information.
scala> exit
<console>:8: error: not found: value exit
exit
^
scala>