Module do_while_loop
boa::syntax::ast::node::iteration
The do...while statement creates a loop that executes a specified statement until the test condition evaluates to false.
do...while