Skip to content

v0.4.7

Choose a tag to compare

@ryuichiueda ryuichiueda released this 10 Jul 04:57
· 2611 commits to main since this release

Implemented unset command.

🍣 A=aaaa
🍣 echo $A
aaaa
🍣 unset A
🍣 echo $A