update tail-call.scm
This commit is contained in:
parent
66ac29519e
commit
a512ef79f8
|
@ -11,3 +11,5 @@
|
||||||
(if (zero? n)
|
(if (zero? n)
|
||||||
0
|
0
|
||||||
(apply zero-2 (list (- n 1)))))
|
(apply zero-2 (list (- n 1)))))
|
||||||
|
|
||||||
|
(zero-2 100000)
|
||||||
|
|
Loading…
Reference in New Issue