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