RosettaCodeData/Task/Here-document/Erlang/here-document.erl
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

7 lines
67 B
Erlang

2> S = " ad
2> 123
2> the end".
3> io:fwrite( S ).
ad
123
the end