On Tue, 03 Jun 2008 13:02:25 +0200
Frederik <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I have seen that the current Vala SVN trunk now supports verbatim
> strings. That's a nice feature, but I think that the chosen triple
> double-quote syntax could conflict with another feature I would love to
> see in Vala someday: string literal concatenation. This would allow more
> beautiful syntax formatting of long or multi-line strings, for example:
> 
> string my_string = "This is the first half of the string,\n"
>                     "this is the second half";

Having the code

    string my_string = "This is the first half of the string,\n" +
                       "this is the second half";

not result in tons of calls to g_strconcat() would also be great, if at all
possible.

-- 
Andrea Bolognani <[EMAIL PROTECTED]>
Resistance is futile, you will be garbage collected.

Attachment: pgpSdSLbZedrT.pgp
Description: PGP signature

_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to