newline method

_Self newline()

Implementation

_Self newline() {
  commander().newline();
  return this as _Self;
}