Skip to content
Snippets Groups Projects
Commit 63368ee7 authored by Bastien Wermeille's avatar Bastien Wermeille
Browse files

Fix missing code block for some scala code.

parent fab86683
No related branches found
No related tags found
No related merge requests found
......@@ -198,11 +198,13 @@ res1: Int = 3
You can enter a multiline expression in the REPL by using `Alt+Enter`
(`Option+Enter` on macOS) instead of `Enter`:
```scala
scala> if 1 == 1 then
| "a"
| else
| "b"
val res0: String = a
```
In order to exit the Scala REPL and go back to sbt, type `Ctrl+D`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment