popStack method

dynamic popStack()

Implementation

popStack() {
  this.nodeStack.removeLast();
  this.currentIndent -= 1;
}