pop method

dynamic pop()

Implementation

pop() {
  return _updateOP(UpdateCommandsLiteral.POP, []);
}