summaryrefslogtreecommitdiff
path: root/docs/stack-operations.md
AgeCommit message (Collapse)Author
2026-05-24docs: add stack operations documentationPaul Buetow
Document dup, swap, pop, show/showstack/print, and clear with: - Stack visualizations for each operation - CLI examples with expected output - Practical use cases (self-comparison, reordering, debugging) - Error handling behavior - Combined examples showing multi-operator workflows