How to create a large String separated with line breaks

You need to revise the way you draw conclusions... Your experiments are misleading you... The code is the ultimate documentation...

size_t Print::println(void)
{
  return write("\r\n");
}