タグ付けされた質問 「scala-2.11」

5
scala 2.11.0 REPLを終了するには?
最後のバージョンの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>
135 scala  scala-2.11 
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.