|
|
|
|
|
by jarpineh
3750 days ago
|
|
Thank you both. I didn't realize how Erlang flawored this really is. This did the trick: > (lists:map (lambda (a) (io:format (integer_to_list a))) (lists:seq 1 10))
Though all those OKs look kind of superfluous. I must read Erlang tutorial or two before I proceed. |
|
If you want to create a list of strings, this works: