Newline: A character or sequence of characters used to signify to a terminal or typesetting program that a line has ended and a new line is beginning. Usually represented by a combination of the the carriage return (CR) and line feed (LF) characters. On Microsoft Windows, CR followed by LF is used. On most other systems, only LF is used.

