Skip to content

Worksheet mode to support multi-line comments #40

Description

@bulent2k2

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions