Next: , Previous: CHP Nondeterministic Selection, Up: CHP Statements


14.4.5 Do-While

No else clauses allowed.

Operational Semantics: Loop until all guards are false.

Execution: Never blocks because there is an implicit else-clause that skips/exits the loop.