popStack method

dynamic popStack()

Implementation

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