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
Projects

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.

@JasonSteving99 JasonSteving99 created this issue from a note in Claro Lang (High priority) Feb 11, 2022
@JasonSteving99 JasonSteving99 moved this from High priority to Low priority in Claro Lang May 3, 2022
@JasonSteving99 JasonSteving99 moved this from Low priority to Backlog in Claro Lang May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Claro Lang
Backlog
Development

No branches or pull requests

1 participant