DEBSOURCES
Skip Quicknav
sources / bash / 5.0-4 / tests / arith4.sub
12345678910
x=$(( !!1 )) echo $x x=$(( -!+1 )) echo $x x=$(( +--+!!0 )) echo $x echo $(( !!+-+-~0 ))