Hello,
I have some very long strings that I'm using, including multiple variables, and would prefer to avoid having it all on one line like:
out.println("my very long string with $i some variables $included")is there an easy way to split this over multiple lines for readability?
