Running a script as a worksheet attempts to interpret multi-line comments. E.g., ``` val x = 3/2 //> val x: Int = 1 /* y //> error: not found: value y */ val z = List(1,2,3) ```
Running a script as a worksheet attempts to interpret multi-line comments. E.g.,