In simple words, what is the ?: (conditional, "ternary") operator and how can I use it?
?:
(sunday == 'True') ? sun="S" : sun="S"; sun = "S"