Next: assign
, Up: Imperative Statements [Contents][Index]
action
When 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;