[Geany] Code folding doesn't work right.

Erik de Castro Lopo mle+tools at xxxxx
Wed Aug 4 11:28:14 UTC 2010


Daniel Carrera wrote:

> PHP does too, and Ruby as well, and JavaScript, and I suspect probably
> Lua. So that's at least six languages. It is news to me that you can't
> have a multi-line string in Java/C/C++. That sounds strange.

In C and C++ (and probably Java) you can do:

   char * mult_line = "the first line\n"
		"second line\n"
		"third "
		"line!" ;

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/



More information about the Users mailing list