Next: invariant, Previous: on, Up: Declarative Statements [Contents][Index]
invariant
on
guard
guard ::= "[" bool-expression "]" statement
For example:
[idle] on hello: idle = false; [!idle] { on hello: idle = true; on inevitable: {world; idle = true;} }