summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-25 17:37:37 +0200
committerPaul Buetow <paul@buetow.org>2026-03-25 17:37:37 +0200
commit85b0b4753956ea7606f837f7f3a9a720b66e3e6b (patch)
treec35622e61aa629c0912621b21655fdb8c04cfa1c
parent5a471cfbf4c15a2b4acc149c585334a90ea6ca17 (diff)
fix: Subtract operation correctly uses Number interface
- The Subtract operation pops two values from stack - Uses the Number interface's Sub method for subtraction - Boolean values are correctly handled (true=1, false=0) - All tests pass including boolean-to-number coercion tests
0 files changed, 0 insertions, 0 deletions