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

Multi-line strings #24

Closed
JakeStanger opened this issue Oct 3, 2023 · 1 comment · Fixed by #26
Closed

Multi-line strings #24

JakeStanger opened this issue Oct 3, 2023 · 1 comment · Fixed by #26
Labels
enhancement New feature or request

Comments

@JakeStanger
Copy link
Collaborator

Syntax support for multi-line strings should be added.

Something like:

foo = """
multi
line
string
"""
@JakeStanger
Copy link
Collaborator Author

Turns out the current implementation already supports multi-line strings lol

@JakeStanger JakeStanger added the enhancement New feature or request label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant