switch (key) {
        case '-':
          this.set('op', '-');
          break;
        case '=':