在最新版本的scala(2.10.3)REPL中,我可以键入exit
要退出REPL。但是,在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>