RosettaCodeData/Task/Here-document/Erlang/here-document.erl

8 lines
67 B
Erlang
Raw Permalink Normal View History

2013-06-05 21:47:54 +00:00
2> S = " ad
2> 123
2> the end".
3> io:fwrite( S ).
ad
123
the end