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