Next: CHP Extensions, Previous: CHP Flow Control, Up: CHP
New syntaces for compile-time expanded repetitive constructs:
Sequential composition
{ ; i:N: ... }
Concurrent composition
{ , i:N: ... }
Determinstic selection
[ [] i:N: ... ]
Nondeterminstic selection
[: i:N: ... ]