Hi everyone,
Some how, I have managed to program a number of languages and never in my life seen this sort of syntax:
echo ((true ? 'true' : 'false') ? 't' : 'f');
until recently... I was wondering if anyone here could break this syntax down and explain how it conceptually works, because I have been googling it and am not 100% clear on how to construct something like this myself, and when it's the most useful thing to do...
Thank you.
-patrick