clear method

void clear()

Implementation

void clear() {
  currentOperator = opList.first;
  updateState();
}