Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tspmo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Stack.pmo

STACK -> stack

Create a new stack

s.pop [x: stack] -> any

Pop and return the top item from the stack

s.push [x: stack] [v: value]

Push v onto stack x