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

Lean has *three* kinds of string literals #12

Closed
kim-em opened this issue Jul 19, 2024 · 0 comments
Closed

Lean has *three* kinds of string literals #12

kim-em opened this issue Jul 19, 2024 · 0 comments

Comments

@kim-em
Copy link

kim-em commented Jul 19, 2024

Lean has two kinds of string literals: ordinary string literals and raw string literals.

should be

Lean has three kinds of string literals: ordinary string literals, raw string literals, and interpolated string literals.

While at it, I'd prefer raws to come after interpolated, as they are less often useful.

david-christiansen added a commit that referenced this issue Aug 10, 2024
Also reorder per feedback. Fixes #12.
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