repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
tests
/
arith4.sub
blob
d74defa183df8de7dfcca376dfba8e13ad9ba204
1
x=$(( !!1 ))
2
echo $x
3
4
x=$(( -!+1 ))
5
echo $x
6
7
x=$(( +--+!!0 ))
8
echo $x
9
10
echo $(( !!+-+-~0 ))