(if 1 then 2 else 3 end) === 2 &
(if false then 2 else 3 end) === 3 &
(if true then 3 end) === 3 &
(if false then 3 end) === null