Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

newline

Returns a newline character.

Syntax

  • ch = newline()

Output argument

  • ch - a char: equivalent to char(10)

Description

newline returns a newline character.

Example

double(newline)

See also

double.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET