`if (a) ^b else ^c` instead of `if (a) b else c`
# announcements
c
if (a) ^b else ^c
instead of
if (a) b else c