emptyLine method

void emptyLine()

Writes an empty line.

Implementation

void emptyLine() {
  out.writeln('');
}