Hey there,
I just received a PR where someone replaced the default writeln macro with a write_crlf macro. What is the behavior of writeln? Does it produce CRLF lineendings on windows or is this change justified? If so, is there a way to achieve this by means of the standard library?