Files
android_external_bash/tests/arith4.sub
2011-11-22 19:11:26 -05:00

11 lines
92 B
Plaintext

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