mirror of
https://github.com/open-goal/jak-project
synced 2026-07-02 04:26:09 -04:00
4 lines
76 B
Common Lisp
4 lines
76 B
Common Lisp
(format #t "~A~%"
|
|
(append! (list 'a 'b) (list 'c 'd 'e)))
|
|
|
|
0 |