begin var b := if a < 2 then 2 + 3 else if a > 3 then 2 + 5 else 3 + 4; end.