Stack Verbs

  • stack.create - Create a new empty stack.

  • stack.dispose - Delete a stack.

  • stack.pop - Get the top item from the stack.

  • stack.push - Add to the top of a stack.

  • stack.visit - Call a callback script for each element in a stack.