RFC #1: String literal formats #1
ProCode-Software
started this conversation in
RFCs
Replies: 0 comments
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.
-
- Double quotes
"for multiline strings with interpolation- Single quotes
'for single-line strings without interpolation- Backticks
`for multiline strings with no interpolations or character escapes (raw strings)Beta Was this translation helpful? Give feedback.
All reactions