]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/arith4.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / arith4.sub
1 x=$(( !!1 ))
2 echo $x
3
4 x=$(( -!+1 ))
5 echo $x
6
7 x=$(( +--+!!0 ))
8 echo $x
9
10 echo $(( !!+-+-~0 ))