if [[ CONDITION_STATEMENT ]]; then SOME_CODE; else OTHER_CODE; fi
[[ ${value} > 0 ]] && result="yes" || result="no"