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