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/
_______________________________________________
Geany mailing list
[email protected]
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany