i-bash/tests/arith4.sub
2011-11-22 19:11:26 -05:00

10 lines
92 B
Text

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