Pops the top value off of the stack state.
public void Pop();
Pops the top values off of the stack state.
public void Pop(int);
Stack Class | JaCIL.Compiler.Instruction Namespace