v0.7.0
Supported Zsh like n-digit output
Here are the examples:
π£ echo $(( [#2] 1000 + 23 ))
2#1111111111
π£ echo $(( [#8] 1000 + 23 ))
8#1777
π£ A=2#11111110 ; echo $(( [#16] A ))
16#FE
Here are the examples:
π£ echo $(( [#2] 1000 + 23 ))
2#1111111111
π£ echo $(( [#8] 1000 + 23 ))
8#1777
π£ A=2#11111110 ; echo $(( [#16] A ))
16#FE