Re: [Vala] delegates in vala



On Wed, Feb 13, 2013 at 01:49:37PM -0500, Albert Hopkins wrote:

So is the problem with the ternary expression?  I also tried putting the
conditional expression in parens but that didn't make any difference.

Did you also try this?

        del = (randValue > 50 ? program.PrintLow : program.PrintHigh);

Cheers.

-- 
Andrea Bolognani <eof kiyuko org>
Resistance is futile, you will be garbage collected.

Attachment: signature.asc
Description: Digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]