| Paste number 96734: | destructuring on globals |
| Pasted by: | Shaftoe_ |
| When: | 1 year, 10 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+22N2 |
| Channel: | #lisp |
| Paste contents: |
(defvar *x* 1)
(defun test()
(destructuring-bind (*x*) '(2)
(format t "~a" *x*)))
=> 2This paste has no annotations.