Why std.file.append() new lind "\n" not work in Windows?

Marcone marcone at email.com
Wed Jun 9 21:10:58 UTC 2021


std.file.append("file; \nApple");
std.file.append("file; \nBanana");

Result:

AppleBanana


More information about the Digitalmars-d-learn mailing list