illumos-port-bash/tests/arith4.sub

11 lines
92 B
Plaintext

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