mirror of
https://github.com/open-goal/jak-project
synced 2026-08-07 02:06:59 -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)))
|