diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-25 16:47:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-25 16:47:47 +0200 |
| commit | fffb525f726b178a9c8327c984f733bb1450730a (patch) | |
| tree | 17dc3691157af6122de368f999516912948ce74b /internal/repl | |
| parent | f2b5fc1329190dbe688cedb973154ecacdc08143 (diff) | |
docs: Update README.md and godoc for Boolean-to-Number coercion
- Added documentation section to README.md explaining automatic coercion
- Included usage examples: '5 3 == 1 +', '0 false +', 'true 2 *', '9 3 > 4 5 < +'
- Updated Value type godoc to explain coercion behavior (true→1, false→0)
- toNumber() function already had good documentation
The coercion allows boolean results to be used directly in arithmetic operations,
enabling expressions like '5 3 == 1 +' where '5 3 ==' produces false=0, then '0 + 1' produces 1.
Diffstat (limited to 'internal/repl')
0 files changed, 0 insertions, 0 deletions
