History of Idiom 31 > diff from v73 to v74
Edit summary for version 74 by AlfRichter:
[Kotlin] Add Doc
[Kotlin] Add Doc
↷
Version 73
2022-02-01, 23:40:02
Version 74
2022-02-01, 23:40:48
Idiom #31 Recursive factorial (simple)
Create the recursive function f which returns the factorial of the non-negative integer i, calculated from f(i-1)
Idiom #31 Recursive factorial (simple)
Create the recursive function f which returns the factorial of the non-negative integer i, calculated from f(i-1)