is there a way to make a string constant spread over multiple code lines (similar as "\" does outside of string constants)? For example, in...
..., 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.!define ABC "This is a very long text constant."