exit method

void exit()

Implementation

void exit() {
  io.exit(exitCode);
}