you could always like, define them as ``` const v...
# language-proposals
k
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