Next: assign, Up: Imperative Statements [Contents][Index]
actionWhen handling a trigger (a in-event), an interface can emit zero
or more out-events. The event that follows a trigger is are
referred to as an action.
action ::= event-name ";"
where event-name is the name of an out-event defined in
the interface.
For example
world;