Noun
do-while loop (plural do-while loops) (programming) a construction in which a series of commands are performed once initially, and then repeatedly for as long as a specified condition evaluates to true.