Skip to content

Stack_Push

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

Stack_Push

Stack_Push(Stack:stack, value)

Inserts a new element at the top of the stack

parameters

  • Stack:stack The stack to insert to.
  • value The value to insert.

returns

  • 1 If success.
  • 0 If failed.

notes

Clone this wiki locally