1 2 3 | (define (fact N) (if (= N 0) [then] 1 [else] (* N (fact (- N 1))))) (fact 10) |
KGRlZmluZSAoZmFjdCBOKSAoaWYgKD0gTiAwKSBbdGhlbl0gMSBbZWxzZV0gKCogTiAoZmFjdCAoLSBOIDEpKSkpKQoKKGZhY3QgMTAp
-
upload with new input
-
result: Runtime error time: 0.03s memory: 10832 kB signal: -1
(+ (* 3 4) (* 5 6))
*** - EVAL: undefined function DEFINE
-
result: Runtime error time: 0.03s memory: 10832 kB signal: -1
define (fact N) if = N 0 [then] 1 [else] * N (fact - N 1) (fact 20)
*** - EVAL: undefined function DEFINE
-
result: Runtime error time: 0.03s memory: 10832 kB signal: -1
*** - EVAL: undefined function DEFINE



