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
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?