advance method

dynamic advance (int cnt)

Implementation

advance(int cnt) {
  ofst += cnt;
}