I want to assign long multi-line strings in Mathematica. Is there a way of delineating a block without having to escape each instance of '"' with '\"' and each line ending with '\'?
i.e. In other languages we can do this:'''mu very long multi line string with "quotes"'''