Work on functions
This commit is contained in:
4
lisp/kernel.gl
Normal file
4
lisp/kernel.gl
Normal file
@ -0,0 +1,4 @@
|
||||
;; -*- mode: lisp-data -*-
|
||||
|
||||
(print (funcall (let ((te 'a))
|
||||
(lambda (b &optional (a te)) a)) 2))
|
||||
Reference in New Issue
Block a user