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>