Blog o informatyce, elektronice i mechatronice.
fun f(x) = if x>100 then x-10 else f(f(x+11));
f(100+11);
val it = 101 : int
Brak komentarzy:
Prześlij komentarz