5 lines
88 B
Text
5 lines
88 B
Text
|
|
(lists:foreach
|
||
|
|
(lambda (x)
|
||
|
|
(io:format "item: ~p~n" (list x)))
|
||
|
|
(lists:seq 1 10))
|