From 50bff2ffa7a09f3ae35b10219b49d5cf38457066 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 May 2026 23:10:22 +0300 Subject: docs: de-LLM all .md files - remove corporate language, over-explanation, and LLM patterns --- docs/variables.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'docs/variables.md') diff --git a/docs/variables.md b/docs/variables.md index 60474cc..b34ef9c 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -134,7 +134,7 @@ The `=` operator supports evaluating an expression immediately after assignment: x 10 = x 5 + → 15 (assigns x=10, then computes x+5) ``` -## Practical Use Cases +## Examples ### Storing Reusable Values @@ -167,10 +167,3 @@ sum 10 + → 10 sum 20 + → 30 sum 5 - → 25 ``` - -## Reference - -- **Implementation**: `internal/rpn/operations_variables.go` (assignment operators, variable CRUD) -- **Parsing**: `internal/rpn/rpn_parse.go` (`handleAssignmentOp()`, `handleStandardAssign()`) -- **Registry**: `internal/rpn/operator_registry.go` (operator registration for `:=`, `=:`, `=`, `d`) -- **Variable store**: `internal/rpn/variables.go` (thread-safe variable storage with save/load) -- cgit v1.2.3