notas-lc/ejem.hs

3 lines
64 B
Haskell

funC x | x > 100 = x-10
| otherwise = funC (funC (x+11))