v0.6.4
Finshed implementation of operations in arithmetic expansion
Followings are the examples of additional part from v0.6.3:
π£ echo $(( A=10 , ++A ))
11
π£ echo $(( B=1 , A= B ? 1 : 2 ))
1
π£ echo $(( B=-1 , B+=1 , A= B ? 1 : 2 ))
2
Followings are the examples of additional part from v0.6.3:
π£ echo $(( A=10 , ++A ))
11
π£ echo $(( B=1 , A= B ? 1 : 2 ))
1
π£ echo $(( B=-1 , B+=1 , A= B ? 1 : 2 ))
2