qse/ase/test/lsp/t6.lsp

10 lines
69 B
Plaintext
Raw Normal View History

2006-11-02 11:10:49 +00:00
(setq x '(a b c))
(setq y '(x y z))
(setcar x y)
(setcar y x)
x
y