Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c59ce9

Browse files
committed
Documented os.linesep (line separator).
1 parent bf0db03 commit 9c59ce9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/lib/libos.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ \section{Standard Module \module{os}}
7070
\code{';'} for MS-DOS.
7171
\end{datadesc}
7272

73+
\begin{datadesc}{linesep}
74+
The string used to separate (or, rather, terminate) lines on the
75+
current platform. This may be a single character, e.g. \code{'\e n'}
76+
for \POSIX{} or \code{'\e r'} for MacOS, or multiple characters,
77+
e.g. \code{'\e r\e n'} for MS-DOS.
78+
\end{datadesc}
79+
7380
\begin{datadesc}{defpath}
7481
The default search path used by \code{exec*p*()} if the environment
7582
doesn't have a \code{'PATH'} key.

0 commit comments

Comments
 (0)