Binary numbers with number->string

This commit is contained in:
Justin Ethier 2016-08-18 18:14:11 -04:00
parent 8f64a2c193
commit 4dfd3c6cb6

View file

@ -14,3 +14,4 @@ Bug Fixes:
((lambda test (write test)) 1 2 3 4)
- Updated `eval` to handle functions that take an optional number of arguments.
- Updated `number->string` to omit leading zeros for binary conversions.