How are \\r and \\n different? I think it has something to do with Unix vs. Windows vs. Mac, but I\'m not sure exactly how they\'re different, and
\\r
\\n
\r used for carriage return. (ASCII value is 13) \n used for new line. (ASCII value is 10)