Re: [Vala] [Genie] multi-line structs



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]