Skip to main content

Module while_statement

Module while_statement 

Source
Expand description

while loop parser.

Handles the single while form:

while (condition) { body }