android_mt6572_jiabo/external/bash/tests/arith4.sub
2025-09-05 16:56:03 +08:00

10 lines
92 B
Text

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