{"version":0,"kind":"Program","body":[ {"type":"Local","name":"x","expr":{"type":"Int","value":1}}, {"type":"If","cond":{"type":"Compare","op":"<","lhs":{"type":"Int","value":1},"rhs":{"type":"Int","value":2}}, "then":[{"type":"Local","name":"x","expr":{"type":"Int","value":10}}], "else":[{"type":"Local","name":"x","expr":{"type":"Int","value":20}}] }, {"type":"Return","expr":{"type":"Var","name":"x"}} ]}