Skip to content

Stack_Pop

manuel villagran edited this page Oct 3, 2019 · 1 revision

Stack_Pop

Stack_Pop(Stack:stack)

Returns the element at the top of the stack and removes it from the stack.

parameters

  • Stack:stack The stack.

returns

  • the value at the top of the stack.

notes

Clone this wiki locally