Disabled external gits
This commit is contained in:
10
cs420-acc/l3-compiler/examples/empty.l3
Normal file
10
cs420-acc/l3-compiler/examples/empty.l3
Normal file
@@ -0,0 +1,10 @@
|
||||
(def id (fun (arg) arg))
|
||||
|
||||
(def diff (fun (a b) (@/ a b)))
|
||||
|
||||
(def a 6)
|
||||
|
||||
(def tru (@= 1 1))
|
||||
(def fls (@= 0 1))
|
||||
|
||||
(id (diff a 3))
|
Reference in New Issue
Block a user