https://www.dropbox.com/s/3rk51j07zp9oy ... .capx?dl=0
Not sure why its saying 1 either.
If anything I would expect a 0 for that specific case.
But then again I expected it to concatenate to 999.
Develop games in your browser. Powerful, performant & highly capable.
9&9&9 is a boolean operation, resulting in true, or 1 in C2.
Ah, there's a difference for ampersand between strings and ints.
Really hard to see the usefulness of inline booleans in C2, but I guess it may be inherited from javascript.
Thanks.
inline booleans in expression
(boolean)? valueT:ValueF[/code:4dcwfzkp]
They are just slightly confusing.
Then again so is when to use negated, or else.