Represents the Line Feed character.
IdGlobal
LF = #10;
LF is a constant value that represents the Line Feed character (Decimal 10) used in many Internet protocols. CR and LF are used as the Line-End or EOL sequence in most Internet protocols.
CR
EOL