qse/ase/cmd/lsp/t6.lsp
2008-03-21 03:49:53 +00:00

10 lines
69 B
Common Lisp

(setq x '(a b c))
(setq y '(x y z))
(setcar x y)
(setcar y x)
x
y