On Wed, Aug 4, 2010 at 1:28 PM, Erik de Castro Lopo mle+tools@mega-nerd.com wrote:
In C and C++ (and probably Java) you can do:
char * mult_line = "the first line\n" "second line\n" "third " "line!" ;
Really? Looking at that, it feels... wrong. In Perl, PHP, Python, JavaScript, Ruby and Lua you would have to add something to concatenate these strings together.