blob: d74defa183df8de7dfcca376dfba8e13ad9ba204 [file] [log] [blame]
x=$(( !!1 ))
echo $x
x=$(( -!+1 ))
echo $x
x=$(( +--+!!0 ))
echo $x
echo $(( !!+-+-~0 ))