Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0db03 commit 9c59ce9Copy full SHA for 9c59ce9
1 file changed
Doc/lib/libos.tex
@@ -70,6 +70,13 @@ \section{Standard Module \module{os}}
70
\code{';'} for MS-DOS.
71
\end{datadesc}
72
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
+
80
\begin{datadesc}{defpath}
81
The default search path used by \code{exec*p*()} if the environment
82
doesn't have a \code{'PATH'} key.
0 commit comments