Comment on Why does the for loop repeat in this recursion?

<- View Parent
milon@lemm.ee ⁨9⁩ ⁨months⁩ ago

Thanks. I did see that. I have a general understanding of how recursion works I think where the function calls itself again and again but I don’t get why the code (for loop) below the draw(n - 1) is recursive.

source
Sort:hotnewtop