﻿a if b else c
###
a if b else
c
###
a if b
###
a or b if c or d else e or f
###
(a or b if c or d else e) or f
###
a or (b if c or d else e or f)
###
a or (b if c or d else e) or f
###
a if b else c if d else e
###
a if b else (c if d else e)
###
(a if b else c) if d else e
###
if
###
then 123
###
else "hi"
###
if a
###
a and if
###
a and then x
###
a if else
###
a then if
###
a IF b ELSE c