RosettaCodeData/Task/Collections/Scheme/collections-6.scm

3 lines
55 B
Scheme
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(display (append (list 1 2 3) (list 4 5 6)))
(newline)