স্কালার শেষ সংস্করণে (২.১০.৩) আরপিএল, আমি আরপিএল exit
থেকে প্রস্থান করতে টাইপ করতে পারি । তবে স্কেলা 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>