mirror of
https://github.com/open-goal/jak-project
synced 2026-09-10 12:25:21 -04:00
5 lines
96 B
Common Lisp
5 lines
96 B
Common Lisp
(test-setup '(a b c d e) #f)
|
|
|
|
(format #t "~A~%"
|
|
(append! (list 'a 'b) (list 'c 'd 'e)))
|