System Reference Summary
:
2. Statements
:
OpenROAD Language Statements
: While Statement
Share this page
While Statement
This statement repeats a series of statements while a specified condition is true.
It has the following syntax:
[
label
:
]
while
condition
do
statementlist
endwhile;