4 lines
94 B
Text
4 lines
94 B
Text
CR =: 13 { a.
|
|
LF =: 10 { a.
|
|
CRLF =: CR,LF NB. Or just 10 13 { a.
|
|
TAB =: 9 { a.
|