main: Func = | x: U32, y: U32 | { res = add(x, y); print(res); if res > 10 { print("res is greater than 10"); } }