Skip to content

Commit 33c19e0

Browse files
authored
taste-repl.md added 'scala3'-command to start REPL
Added 'scala3' as command to start REPL as only 'scala' doesn't work depending on the installation (e.g. with Coursier on Windows 10).
1 parent 9b0c088 commit 33c19e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/taste-repl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ next-page: taste-vars-data-types
99

1010

1111
The Scala REPL (“Read-Evaluate-Print-Loop”) is a command-line interpreter that you use as a “playground” area to test your Scala code.
12-
You start a REPL session by running the `scala` command at your operating system command line, where you’ll see a “welcome” prompt like this:
12+
You start a REPL session by running the `scala` or `scala3` command depending on your installation at your operating system command line, where you’ll see a “welcome” prompt like this:
1313

1414
```bash
1515
$ scala

0 commit comments

Comments
 (0)