qse/ase/cmd/lsp/t6.lsp

10 lines
69 B
Plaintext
Raw Normal View History

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