Next: Functions, Previous: Declarative Statements, Up: Interfaces [Contents][Index]
The imperative statement is the statement that will be executed when a guarded trigger occurs (see also See Declarative Statements).
imperative-statement
::= action | assign | call | if | reply | return | variable
| imperative-compound
| empty-statement
imperative-compound
::= "{" (imperative-statement ";")+ "}"
empty-statement
::= ";" | "{" "}"