def func(x): if x < 1: return 'a' return 'b' unordered ... ordered code: a b c ... ordered code: d e f ... end end