jumpToEnd method

void jumpToEnd()

Implementation

void jumpToEnd() {
  lineNum = code.length;
}