Join Slack
Communities
Powered by
you could always like, define them as ``` const v...
# language-proposals
k
kevinmost
11/30/2017, 4:25 PM
you could always like, define them as
Copy code
const val QUOTE = "\"" const val BSLASH = "\\"
and use string interpolation to put them in. Not the best, but it's something that might work and make things clearer for you
👍 1
Open in Slack
Previous
Next