How do I create a recursive function?
Closed this issue · 6 comments
emosGambler commented
emosGambler commented
catchmareck commented
I think it's not implemented yet. See #27
khoshroomahdi commented
The result is wrong. 832040 is not fibonacci series.
emosGambler commented
Let me sum this up:
rec
is not implemented- you can do a recursive function without
rec
- docs are misleading, because they show you not implemented features
@khoshroomahdi, I checked the result for x = 30 on three different online tools and it gave me the same result.
khoshroomahdi commented
I make mistake.
raphaelkieling commented
But, why i would use rec
if that not need to work? That is to explicit the recursive function?