scala_school2
scala_school2 copied to clipboard
Output inconsistent with REPL
Since everything sent to the interpreter is dealt with as a single expression, rather than parsed as multiple statements, we get funky-looking output. Especially when println
is involved.