Bash-4.2 distribution sources and documentation
[platform/upstream/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 ))