mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-04 03:21:06 -08:00
Fix typo.
This commit is contained in:
parent
50564327b0
commit
ee331c3583
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@
|
|||
|
||||
(if (boundp 'x2q) (makunbound 'x2q) 'ok)
|
||||
|
||||
(if (boundp 'a) (makunbound 'a) 'ok)
|
||||
(defvar a)
|
||||
(if (boundp 'b) (makunbound 'b) 'ok)
|
||||
(defvar b)
|
||||
|
||||
(my-assert
|
||||
(let ((x2q 1)) ;Binds a special variable X
|
||||
(declare (special x2q))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue