scrollDown method

void scrollDown(
  1. int n
)

Implementation

void scrollDown(int n) {
  _stdout.write(ConsoleStrings.scrollDown(n));
}