mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 18:14:34 -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 |