3 lines
66 B
Erlang
3 lines
66 B
Erlang
|
|
2> lists:foreach(fun(X) -> io:format("~w ",[X]) end, L).
|
||
|
|
1 2 3 ok
|