Re: [Vala] [Genie] multi-line structs
- From: Jamie McCracken <jamie mccrack googlemail com>
- To: Arc Riley <arcriley ubuntu com>
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] [Genie] multi-line structs
- Date: Mon, 04 Jan 2010 09:05:38 -0500
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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]