Content deleted Content added
m →Examples: Removing the argument validation, as it's not present in the first example and therefore only confusing |
|||
Line 35:
(define factorial
(lambda (n)
(
(fact (- i 1) (* acc i))))))
</source>
|