Platform-specific line ending constant
Source position: wformat.pp line 92
const LineFeed = LineEnding; |
LineFeed is a constant that contains the platform-specific line ending character sequence. It is defined as LineEnding and is used by DumpLn for consistent line breaks across platforms.
|
Writes raw text followed by line ending to the output stream |