show/hide this revision's text 2 deleted 1 characters in body

Using arithmetic:

if [[ $((2+1)) = $((1+2)) ]]
    then echo "still ok!ok"
fi
show/hide this revision's text 1

Using arithmetic:

if [[ $((2+1)) = $((1+2)) ]]
    then echo "still ok!"
fi