A function that moves the cursor or print head to the next line when a carriage return (CR) character is sensed in the text. Windows and DOS documents always have a line feed (LF) character ...
In Windows and DOS, the line break code is two characters: a carriage return followed by a line feed (CR/LF). In the Unix/Linux/Mac world, the code is just the line feed character (LF).