jcogilvie
10/06/2017, 4:00 PM"foobarbaz ${foo} ${bar} ${baz}"
that exceeds my coding standard's max line length. I want to break it into multiple lines (with no newlines in the resultant string).
can I break it up without using string appends? (or are these string appends resolved at compile-time so it's not a problem?)