8 lines
157 B
Text
8 lines
157 B
Text
|
|
'Here is line 1',LF,'and line two'
|
||
|
|
|
||
|
|
'On a mac, you need',CR,'a carriage return'
|
||
|
|
|
||
|
|
'And on windows, ',CRLF,'you need both'
|
||
|
|
|
||
|
|
TAB,TAB,TAB,'Everyone loves tabs!'
|