System Reference Summary
:
2. Statements
:
OpenROAD Language Statements
: Continue Statement
Share this page
Continue Statement
This statement continues the next iteration of a loop.
It has the following syntax:
continue
[
label
]
;