jak-project/test/old_goal_tests/tests/test-append.gc
2020-08-22 22:32:18 -04:00

5 lines
96 B
Plaintext

(test-setup '(a b c d e) #f)
(format #t "~A~%"
(append! (list 'a 'b) (list 'c 'd 'e)))