Skip to content

command.serial

command dialect

Order each child command after the preceding child completes.

Operation contract

Property Value
Semantic phase executable
Traits UnknownEffects, ImplicitTerminator(command.yield)

Signature

Kind Name Type Cardinality Description
Region body region required Nested command operations and source-level control flow. (single block, terminator command.yield.)

Examples

command.serial {
  command.yield
}