nl method

String nl()

Return new line characters @return {String} new line characters

Implementation

String nl() {
  return '\r\n';
}