Log In
source-git
/
bash
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
b548d75606ea90cc6f2981ef07a3a2f754f64cd9
b548d75606ea90cc6f2981ef07a3a2f754f64cd9
tests
arith4.sub
Fork and Edit
Blob
Blame
History
Raw
x=$(( !!1 )) echo $x x=$(( -!+1 )) echo $x x=$(( +--+!!0 )) echo $x echo $(( !!+-+-~0 ))