Skip to content

Single exclamation mark leads to parser issue #30

@monstermichl

Description

@monstermichl
func hello() string {
	return "hello"
}

func buildGreeting(p string) string {
	return hello() + " " + p
}
exc := "!"
greeting := buildGreeting("world" + exc)

print(greeting) // Prints "Hello World" to the console.
panic: unknown expression type 27 "
        " at row 8, column 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions