newline
Returns a newline character.
Syntax
ch = newline()
Output argument
ch - a char: equivalent to char(10)
Description
newline returns a newline character.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated