∙> bash -c '(( 0 )); echo $?'
1

∙> bash -c '(( 1 )); echo $?'
0

True is false and false is true? Say what, Bash?!?

*****
Written on