test ? yes : no
simply means if test is bool either true or false.
if test is true, yes will be used
if test is false then no will be used
test ? yes : no
simply means if test is bool either true or false.
if test is true, yes will be used
if test is false then no will be used