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

Implement Multi-Line Strings #33

Open
JasonSteving99 opened this issue Feb 11, 2022 · 0 comments
Open

Implement Multi-Line Strings #33

JasonSteving99 opened this issue Feb 11, 2022 · 0 comments

Comments

@JasonSteving99
Copy link
Owner

JasonSteving99 commented Feb 11, 2022

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.

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