Skip to content

v0.7.0

Choose a tag to compare

@ryuichiueda ryuichiueda released this 23 Aug 11:19
· 2293 commits to main since this release

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