REPL
- REPL = Read Evaluate Print Loop
$ scala
scala> 23 + 19
res0: Int = 42
scala> :quit
:help
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
$ scala
scala> 23 + 19
res0: Int = 42
scala> :quit
:help