5 lines
60 B
Scheme
5 lines
60 B
Scheme
|
|
(display (list 1 2 3))
|
||
|
|
(newline)
|
||
|
|
(display (list))
|
||
|
|
(newline)
|