Don't require verbatim string modifier '@' on multi-line string when chop lines are all in the interpolated part #4276
Unanswered
kyoyama-kazusa
asked this question in
Language Ideas
Replies: 1 comment 3 replies
-
Why do you not want to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before:
After:
The interpolated part
ConclusionType switch { ConclusionType.Assignment => "=", ConclusionType.Elimination => "<>" }
chops lines, but other character won't chop lines.Beta Was this translation helpful? Give feedback.
All reactions