Disabled external gits
This commit is contained in:
6
cs420-acc/l3-compiler/tests/letrec.l3
Normal file
6
cs420-acc/l3-compiler/tests/letrec.l3
Normal file
@@ -0,0 +1,6 @@
|
||||
;; In Emacs, open this file in -*- Scheme -*- mode
|
||||
|
||||
;; Test the "letrec" expression
|
||||
|
||||
(letrec ((fact (fun (x) (if (@= 0 x) 1 (@* x (fact (@- x 1)))))))
|
||||
(@byte-write (@- (fact 5) 55)))
|
Reference in New Issue
Block a user