Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Worksheet mode to support multi-line comments #40

Open
bulent2k2 opened this issue Jun 19, 2021 · 0 comments
Open

Worksheet mode to support multi-line comments #40

bulent2k2 opened this issue Jun 19, 2021 · 0 comments

Comments

@bulent2k2
Copy link
Contributor

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant