RosettaCodeData/Task/Literals-String/J/literals-string-2.j
2023-07-01 13:44:08 -04: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!'