newline
The newline character (\n).
Syntax
Section titled “Syntax”c = newlineDescription
Section titled “Description”Returns the platform-neutral newline character — char(10) (LF). Use as a string concatenation token to insert line breaks programmatically.
Example
Section titled “Example”['line 1' newline 'line 2']