scrollUp method

void scrollUp(
  1. int n
)

Implementation

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