mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 05:48:28 -04:00
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
(test-setup '(a b c d e) #f)
|
|
|
|
(format #t "~A~%"
|
|
(append! (list 'a 'b) (list 'c 'd 'e)))
|