The requested page is not available for selected version.
newline
Return a special character signifying the end of a line of text.
Syntax
newline()
Parameters
none
Return Value
A non-printing character having the effect of forcing subsequent text to begin at a new line.
Notes
- Depending on the host operating system, the returned control character varies as follows:
- Windows: \r\n.
- Linux and macOS: \n.
Example
Test Lines
Result