On Mon, 2008-06-23 at 17:37 +0100, Sam Liddicott wrote:
> How should """ be quoted inside a verbatim string?

Verbatim strings don't have support for escaping, so you need to resort
to normal string literals if you need triple double quotes in a string.

> How will string literal concatenation work? Same as for C?

Yes, we're plannign to support automatic concatenation of multiple
string literals similar to how it works in C.

Juerg

_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to