On Mon, 2010-01-04 at 08:53 -0500, Arc Riley wrote:
> Yes, except I'd prefer not to insert a linefeed into the string at the
> line break
> 
> in C it would be:
> printf("part 1 "
>        "part 2");
> 
> 
Ok in Genie you would have do "part 1" + "part 2"

or until I have sorted line continuations :
"line 1" + \
"line 2"



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

Reply via email to