On Thu, 13 Jun 2002, Jan Nieuwenhuizen wrote:

> Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
>
> > 1. Multiline string literals are valid in Python
>
> -> bugreport to gettext.
>
> > 2. I think that this is one the stupidest C++ decisions I've seen in
> >    years.
>
> It's never been valid C, afaik.  I've been correcting (ie, removing)
> multi-line strings for quite some time.
>

I don't understand.  What's so bad about doing something like:

  printf("%d,%d,"
         "%d,%d\n",
         1, 2, 3, 4);

?

Greetings,
Juergen


_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to