company logo

WHILE block

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

Definition: 

while_block := _while condition bstatement