[][src]Module boa::syntax::ast::node::iteration::while_loop

Structs

WhileLoop

The while statement creates a loop that executes a specified statement as long as the test condition evaluates to true.