You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _overviews/scala3-book/taste-repl.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ next-page: taste-vars-data-types
9
9
10
10
11
11
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:
0 commit comments