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

8 lines
67 B
Erlang
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
2> S = " ad
2> 123
2> the end".
3> io:fwrite( S ).
ad
123
the end