mirror of
https://github.com/zoriya/HAL.git
synced 2026-06-01 21:35:17 +00:00
Handling arguments
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
(define (fact x)
|
||||
(cond ((eq? x 1) 1)
|
||||
(#t (* x (fact (- x 1))))))
|
||||
Reference in New Issue
Block a user