newLine method

void newLine()
inherited

Implementation

void newLine () {
  stdout.writeln('');
}