RosettaCodeData/Task/Collections/Scheme/collections-2.ss

5 lines
60 B
Scheme
Raw Permalink Normal View History

2013-04-09 00:46:50 -07:00
(display (list 1 2 3))
(newline)
(display (list))
(newline)