Files
glisp/lisp/kernel.gl

5 lines
116 B
Plaintext

;; -*- mode: lisp-data -*-
(print (funcall (let ((te 'a))
(lambda (b &optional (a te)) a)) 2))