2 iter (5, (function x -> 2 + x)) 0 TA_Result 10 2 iter (0, (function x -> x * x * x)) 0 TA_Result 0 2 iter (3, (function x -> x * x)) 5 TA_Result 390625 2 iter (12345, (function x -> x )) (-200) TA_Result (-200) 2 iter (999, (function x -> (if x = 2 then 1 else 2))) 2 TA_Result 1