The code examples used in Programming Scala, 2nd and 3rd (forthcoming) Editions (O'Reilly)
[info] Project prog-scala-examples---------: SUCCESS (project rebuilt ok)
3.0.0-final
.
scala3-repl
on my command line, I know you can load files into the repl by typing :load <file>
but how can I load a file with arguments?? If I write lets say :load <file> a
with a being an argument, the repl complies saying that "cannot find 'file a'" like if 'a' was a part of the file