DEBSOURCES
Skip Quicknav
sources / bash / 5.1-2%2Bdeb11u1 / tests / arith4.sub
12345678910
x=$(( !!1 )) echo $x x=$(( -!+1 )) echo $x x=$(( +--+!!0 )) echo $x echo $(( !!+-+-~0 ))