compiler: can now implement functions
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
(define x 1)
|
||||
|
||||
(display (sum x 1))
|
||||
(define inc (lambda (n) (sum n 1)))
|
||||
|
||||
(display (inc x))
|
||||
|
Reference in New Issue
Block a user