mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 04:55:04 +02:00
Binary numbers with number->string
This commit is contained in:
parent
8f64a2c193
commit
4dfd3c6cb6
1 changed files with 1 additions and 0 deletions
|
@ -14,3 +14,4 @@ Bug Fixes:
|
||||||
((lambda test (write test)) 1 2 3 4)
|
((lambda test (write test)) 1 2 3 4)
|
||||||
|
|
||||||
- Updated `eval` to handle functions that take an optional number of arguments.
|
- Updated `eval` to handle functions that take an optional number of arguments.
|
||||||
|
- Updated `number->string` to omit leading zeros for binary conversions.
|
||||||
|
|
Loading…
Add table
Reference in a new issue