\r and \n is used many times throughout std.string (and probably other modules like file).
I assume defining constants were considered:
const CR = '\r';
const LF = '\n';

So why isn't constants used instead?

Reply via email to