A WHILE block defines a conditional loop. As long as the condition returns true, the statement or the statements in the block are executed.
while_block := _while condition bstatement