Recursive ClosureΒΆ

To make a recursive closure, the closure must be both stored in a variable and passed as a use parameter to the same factorial.

It also works for array functions, without the use.

../_images/recursive_closure.png