Returns the linefeed character.
$lf
This is the same as $chr(10)
$cr returns a carriage return character. $crlf returns a carriagereturn/linefeed combination.