UseCarriageReturn(enable)
If enable is set to True, WriteLine() will write a carriage
return character before each line feed character, otherwise it will only output
a line feed character. By default, UseCarriageReturn() is set to True on Windows
systems and to False on all other systems.
True or False indicating whether WriteLine() should
output a carriage return before a line feed character