Hi.
i was wondering if it was possible to use functions within a one liner ternary operator.
and if you could give an example of what it would look like.
Thanks
Dominic Son
err... of course. It would look exactly the way you'd expect it to:
function1() ? function2() : function3()