Multi-line string constants
Hello world,
is there a way to make a string constant spread over multiple code lines (similar as "\" does outside of string constants)? For example, in...
!define ABC "This is a very long text constant."
..., I'd like to be able to write the string over several lines of code, yet still have if treated as a single long string.