Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 6864c1a

Browse files
authored
Merge pull request #4708 from seaniepie/patch-62
[[Docs]] crlf - EOL delimiters made clear
2 parents a56b87f + 5fd9bc0 commit 6864c1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/dictionary/constant/CRLF.lcdoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ numToChar(13) & numToChar(10).
2727
The <CRLF> <constant> is needed because you can't type the <characters>
2828
it represents in a <script>.
2929

30-
The line feed character is the standard end-of-line delimiter on Unix
31-
systems. The end-of-line delimiter for Mac OS systems is a carriage
32-
return, and the end-of-line delimiter for Windows systems is a carriage
33-
return followed by a line feed.
30+
* The standard end-of-line delimiter on Unix systems is
31+
the line feed character (lf).
32+
* The end-of-line delimiter for Mac OS systems is a carriage return (cr).
33+
* The end-of-line delimiter for Windows systems is a carriage return followed
34+
by a line feed (crlf).
3435

3536
References: constant (command), read from file (command),
3637
write to file (command), return (constant), characters (keyword),

0 commit comments

Comments
 (0)