mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
These commands had a number of issues. They weren't evaluating their arguments (eg, you couldn't use a symbol name instead of a number), and they weren't explicitly using hex when evaluating numbers, so they were getting incorrect values when the default radix was not 10.