1 2 3 4 5 6 7 8 9
def f(x: Int) -> Int => if x > 10 then if x > 30 then print("string") x + 1 else x - 1 else x