Closed greenlaw110 closed 6 years ago
At the moment calling IO.write("abc", writer) will result in abc\n write to the writer.
IO.write("abc", writer)
abc\n
At the moment calling
IO.write("abc", writer)
will result inabc\n
write to the writer.