summaryrefslogtreecommitdiff
path: root/docs/variables.md
AgeCommit message (Collapse)Author
2026-05-24docs: de-LLM all .md files - remove corporate language, over-explanation, ↵Paul Buetow
and LLM patterns
2026-05-24docs: add variables.md; tests: comprehensive assignment operator testsPaul Buetow
- Document all assignment operators (:=, =:, =) with syntax table - Document variable management commands (vars, clear, d) - Document variable lifecycle and practical use cases - Add table-driven tests for := and =: operators - Add tests for = with expression continuation - Add tests for variable reuse in expressions - Add tests for chained assignments - Add tests for vars/clear commands - Add tests for d (delete) operator - Add tests for variable persistence across expressions