Skip to content

Implement Multi-Line Strings #33

Description

@JasonSteving99

It's often super annoying to create large multi-line strings in languages like Java that rely on concatenation to achieve this. I'd like something like:

var s = 
"""
This is some long multi-line string
that's spread
on many lines
""";
print(s);

printing that thing should result in multi-line output.

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