bash do-while

C++
while : ; do 
    ACTION_CODE
    [[ CONDITION_STATEMENT ]] || break
done
Source

Also in C++: