--- a/cws/main_cw05.tex Fri Nov 14 10:57:21 2025 +0000
+++ b/cws/main_cw05.tex Fri Nov 14 11:14:43 2025 +0000
@@ -43,14 +43,14 @@
As usual, this Scala assignment comes with a reference implementation in
form of two \texttt{jar}-files. You can download them from KEATS. They
allow you to run any test cases on your own computer. For example you
-can call \texttt{scala-cli} on the command line with the option \texttt{--extra-jars bf.jar}
+can call \texttt{scala} on the command line with the option \texttt{--extra-jars bf.jar}
and then query any function from the \texttt{bf.scala} template file.
You have to prefix the calls with \texttt{M5a} and \texttt{M5b},
respectively. For example
\begin{lstlisting}[language={},xleftmargin=1mm,numbers=none,basicstyle=\ttfamily\small]
-$ scala-cli --extra-jars bf.jar
+$ scala --extra-jars bf.jar
scala> import M5a._
scala> run(load_bff("sierpinski.bf")) ; ()
*