newLine constant

String const newLine

Line feed character (\n) used to separate lines of text.

Implementation

static const String newLine = '\n';