Join Slack
Powered by
How would I write a triple-quoted string that ends...
# getting-started
n
nkiesel
02/09/2017, 2:30 AM
How would I write a triple-quoted string that ends with a doublequote? Only way I see so far is
val dq = '"'; val s = """hello I end with a ${dq}"""
. Same for containing a triple doublequote
Open in Slack
Previous
Next