| Paste number 78135: | scope |
| Pasted by: | mogunus |
| When: | 1 year, 4 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+1OAF |
| Channel: | #lisp |
| Paste contents: |
(in-package #:cl-user)
(defun apply-face ()
(let ((kitten 5))
(declare (special kitten))
(mapcar #'blah (list 1 2 3))))
(defun blah (x)
(+ kitten x))This paste has no annotations.