do-while loop
In most computer programming languages a do while loop is a control flow statement that allows code to be executed once based on a given Boolean condition. Note though that unlike most languages, Fortran's do loop is actually the same as the for loop.