Plaster

text
* (defvar x 5) X * (defun foo (x) (lambda () (print x))) FOO * (foo 3) #<FUNCTION (LAMBDA () :IN FOO) {100194605B}> * (funcall *) 5