Skip to content

newline

The newline character (\n).

c = newline

Returns the platform-neutral newline character — char(10) (LF). Use as a string concatenation token to insert line breaks programmatically.

['line 1' newline 'line 2']
  • sprintf — Format data into a string.
  • blanks — String of n space characters.