1 2 3 4 5 6 7 8 9 10 11 12
func main(a, b i64) i64 { if a < b { if a = 5 { a := 2 } else { a := 7 } } else { a := 4 } return a + b }