I have a very long string:
Key: 'this is my very very very very very very long string'
I would like to express it over multiple shorter lines, e.g.,
Key: 'this is my very very very '+'long string'
I would like to use quotes as above, so that I don't need to escape anything within the string.