4 lines
59 B
Scheme
4 lines
59 B
Scheme
|
|
(for-each
|
||
|
|
(lambda (i) (display i) (newline))
|
||
|
|
the_list)
|