Module do_while_loop

Source

Structsยง

DoWhileLoop
The do...while statement creates a loop that executes a specified statement until the test condition evaluates to false.