diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-24 12:17:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-24 12:17:33 +0300 |
| commit | 0ba51c672d300de1f030f94718c60617a0b60698 (patch) | |
| tree | 0b967c82981a1d9190c9058ec3be23a0f422df3b /docs | |
| parent | 4a04cd517f66a5191150848bfd1fbca9955d2243 (diff) | |
rpn: fix = operator registry mapping to AssignRight
= was registered as AssignLeft (pops name then value) which has
reversed stack semantics for the convention name value =.
Changed to AssignRight (pops value then name) to match.
This is latent dead code (parser intercepts = before reaching
executeOperator) but fixing it prevents future confusion.
Also corrected misleading comments in operations_variables.go
to reflect correct operator-function mappings.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
