RosettaCodeData/Task/Literals-String/J/literals-string-2.j
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

7 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!'