Stack.pop

pops an item from stack

  1. T pop()
    class Stack(T)
    T
    pop
    ()
  2. T[] pop(uinteger count)

Return Value

Type: T

the item poped

Throws

Exception if stack is empty

Meta