Files
bash/tests/arith4.sub
2011-12-12 22:12:13 -05:00

11 lines
92 B
Plaintext

x=$(( !!1 ))
echo $x
x=$(( -!+1 ))
echo $x
x=$(( +--+!!0 ))
echo $x
echo $(( !!+-+-~0 ))